ekiga r6211 - in trunk: . src/gui



Author: dsandras
Date: Sun Apr 20 18:48:57 2008
New Revision: 6211
URL: http://svn.gnome.org/viewvc/ekiga?rev=6211&view=rev

Log:
Implemented suggestion from Eugen Dedu on ekiga devel.


Modified:
   trunk/ChangeLog
   trunk/src/gui/preferences.cpp

Modified: trunk/src/gui/preferences.cpp
==============================================================================
--- trunk/src/gui/preferences.cpp	(original)
+++ trunk/src/gui/preferences.cpp	Sun Apr 20 18:48:57 2008
@@ -433,7 +433,7 @@
     gnome_prefs_subsection_new (prefs_window, container, 
                                 _("Auto Away"), 1, 2);
 
-  gnome_prefs_spin_new (subsection, _("Timeout after which the user is automatically set as away:"), PERSONAL_DATA_KEY "auto_away_timeout", _("Automatically set the user as away after the timeout has elapsed (in minutes)"), 1.0, 60.0, 1.0, 1, NULL, true);
+  gnome_prefs_spin_new (subsection, _("Timeout after which the user is automatically set as away (in minutes):"), PERSONAL_DATA_KEY "auto_away_timeout", _("Automatically set the user as away after the timeout has elapsed (in minutes)"), 1.0, 60.0, 1.0, 1, NULL, true);
 }
 
 static void



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