SF.net SVN: geany:[2875] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Aug 11 16:57:44 UTC 2008


Revision: 2875
          http://geany.svn.sourceforge.net/geany/?rev=2875&view=rev
Author:   ntrel
Date:     2008-08-11 16:57:40 +0000 (Mon, 11 Aug 2008)

Log Message:
-----------
Change 'Tab width' label to 'Hard tab width' for clarity.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/geany.glade
    trunk/src/interface.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-08-11 16:53:03 UTC (rev 2874)
+++ trunk/ChangeLog	2008-08-11 16:57:40 UTC (rev 2875)
@@ -16,6 +16,8 @@
    src/editor.h:
    Rename GeanyIndentPrefs::tab_width to hard_tab_width, and update
    keyfile key name.
+ * src/interface.c, geany.glade:
+   Change 'Tab width' label to 'Hard tab width' for clarity.
 
 
 2008-08-08  Nick Treleaven  <nick(dot)treleaven(at)btinternet(dot)com>

Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade	2008-08-11 16:53:03 UTC (rev 2874)
+++ trunk/geany.glade	2008-08-11 16:57:40 UTC (rev 2875)
@@ -5594,7 +5594,7 @@
 					  <child>
 					    <widget class="GtkLabel" id="label221">
 					      <property name="visible">True</property>
-					      <property name="label" translatable="yes">Tab Width:</property>
+					      <property name="label" translatable="yes">Hard tab width:</property>
 					      <property name="use_underline">False</property>
 					      <property name="use_markup">False</property>
 					      <property name="justify">GTK_JUSTIFY_LEFT</property>

Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c	2008-08-11 16:53:03 UTC (rev 2874)
+++ trunk/src/interface.c	2008-08-11 16:57:40 UTC (rev 2875)
@@ -3696,7 +3696,7 @@
   gtk_widget_show (hbox13);
   gtk_container_add (GTK_CONTAINER (alignment41), hbox13);
 
-  label221 = gtk_label_new (_("Tab Width:"));
+  label221 = gtk_label_new (_("Hard tab width:"));
   gtk_widget_show (label221);
   gtk_box_pack_start (GTK_BOX (hbox13), label221, FALSE, FALSE, 0);
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list