blam r526 - trunk/src



Author: cmartin
Date: Thu Mar 20 09:21:37 2008
New Revision: 526
URL: http://svn.gnome.org/viewvc/blam?rev=526&view=rev

Log:
Fix a couple of lines, one with strange chars in it and the other with an extra tab.

Modified:
   trunk/src/PreferencesDialog.cs

Modified: trunk/src/PreferencesDialog.cs
==============================================================================
--- trunk/src/PreferencesDialog.cs	(original)
+++ trunk/src/PreferencesDialog.cs	Thu Mar 20 09:21:37 2008
@@ -31,10 +31,10 @@
         [Widget] Gtk.Label       boldBehaviourLabel        = null;
         [Widget] Gtk.CheckButton reverseEntriesCheckButton = null;
         [Widget] Gtk.CheckButton autoRefreshCheckButton    = null;
-        [Widget]ÂGtk.CheckButton ignoreSSLErr              = null;
+        [Widget] Gtk.CheckButton ignoreSSLErr              = null;
         [Widget] Gtk.SpinButton  refreshRateSpinButton     = null;
         [Widget] Gtk.Label       boldThemeLabel            = null;
-        [Widget] Gtk.ComboBox	 themeComboBox             = null;
+        [Widget] Gtk.ComboBox    themeComboBox             = null;
         [Widget] Gtk.CheckButton markItemsReadCheckButton  = null;
         [Widget] Gtk.SpinButton  markItemsReadSpinButton   = null;
 



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