gnome-terminal r3412 - branches/gnome-2-26/src



Author: chpe
Date: Tue Mar 31 16:36:25 2009
New Revision: 3412
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3412&view=rev

Log:
Sync default with the schemas default

Modified:
   branches/gnome-2-26/src/terminal-profile.c

Modified: branches/gnome-2-26/src/terminal-profile.c
==============================================================================
--- branches/gnome-2-26/src/terminal-profile.c	(original)
+++ branches/gnome-2-26/src/terminal-profile.c	Tue Mar 31 16:36:25 2009
@@ -148,7 +148,7 @@
 #define DEFAULT_USE_SYSTEM_FONT       (TRUE)
 #define DEFAULT_USE_THEME_COLORS      (TRUE)
 #define DEFAULT_VISIBLE_NAME          (N_("Unnamed"))
-#define DEFAULT_WORD_CHARS            ("-A-Za-z0-9,./?%&#:_")
+#define DEFAULT_WORD_CHARS            ("-A-Za-z0-9,./?%&#:_=+ ~")
 
 struct _TerminalProfilePrivate
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]