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



Author: chpe
Date: Thu Apr  2 21:52:10 2009
New Revision: 3414
URL: http://svn.gnome.org/viewvc/gnome-terminal?rev=3414&view=rev

Log:
Fix a typo in the property name. Patch by Heikki Orsila
heikki dot orsil at @iki dot fi.

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

Modified: branches/gnome-2-26/src/terminal-profile.h
==============================================================================
--- branches/gnome-2-26/src/terminal-profile.h	(original)
+++ branches/gnome-2-26/src/terminal-profile.h	Thu Apr  2 21:52:10 2009
@@ -97,7 +97,7 @@
 #define TERMINAL_PROFILE_USE_SYSTEM_FONT        "use-system-font"
 #define TERMINAL_PROFILE_USE_THEME_COLORS       "use-theme-colors"
 #define TERMINAL_PROFILE_VISIBLE_NAME           "visible-name"
-#define TERMINAL_PROFILE_WORD_CHARS             "word-chards"
+#define TERMINAL_PROFILE_WORD_CHARS             "word-chars"
 
 /* TerminalProfile object */
 



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