gnome-schedule r1117 - branches/x-output-support/src



Author: gauteh
Date: Fri Dec 12 20:36:31 2008
New Revision: 1117
URL: http://svn.gnome.org/viewvc/gnome-schedule?rev=1117&view=rev

Log:
added a string to no change in output beaviour

Modified:
   branches/x-output-support/src/crontabEditor.py

Modified: branches/x-output-support/src/crontabEditor.py
==============================================================================
--- branches/x-output-support/src/crontabEditor.py	(original)
+++ branches/x-output-support/src/crontabEditor.py	Fri Dec 12 20:36:31 2008
@@ -76,7 +76,7 @@
 		
 		self.cb_output = self.xml.get_widget ("combo_output")
 		self.cb_o_model = gtk.ListStore (gobject.TYPE_STRING, gobject.TYPE_INT)
-		self.cb_o_model.append (["", 0])
+		self.cb_o_model.append ([_("Default behaviour"), 0])
 		self.cb_o_model.append ([_("Supress output"), 1])
 		self.cb_o_model.append ([_("X application"), 2])
 		self.cb_o_model.append ([_("X application: supress output"), 3])



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