Revision: 1170 http://svn.sourceforge.net/geany/?rev=1170&view=rev Author: eht16 Date: 2007-01-08 10:24:45 -0800 (Mon, 08 Jan 2007)
Log Message: ----------- Improved tool tip for terminal emulation.
Modified Paths: -------------- trunk/ChangeLog trunk/src/vte.c
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2007-01-08 18:15:06 UTC (rev 1169) +++ trunk/ChangeLog 2007-01-08 18:24:45 UTC (rev 1170) @@ -3,6 +3,7 @@ * doc/geany.docbook, src/keybindings.c, src/keybindings.h: Added keyboard shortcut for Save As. Added missing documentation for some keyboard shortcuts. + * src/vte.c: Improved tool tip for terminal emulation.
2007-01-07 Nick Treleaven nick.treleaven@btinternet.com
Modified: trunk/src/vte.c =================================================================== --- trunk/src/vte.c 2007-01-08 18:15:06 UTC (rev 1169) +++ trunk/src/vte.c 2007-01-08 18:24:45 UTC (rev 1170) @@ -577,7 +577,7 @@ gtk_table_attach(GTK_TABLE(table), entry_emulation, 1, 2, 4, 5, (GtkAttachOptions) (GTK_EXPAND | GTK_FILL), (GtkAttachOptions) (0), 0, 0); - gtk_tooltips_set_tip(tooltips, entry_emulation, _("Controls how the terminal emulator should behave. xterm is a good start."), NULL); + gtk_tooltips_set_tip(tooltips, entry_emulation, _("Controls how the terminal emulator should behave. Do not change this value unless you know exactly what you are doing."), NULL);
label = gtk_label_new(_("Shell:")); gtk_table_attach(GTK_TABLE(table), label, 0, 1, 5, 6,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.