SF.net SVN: geany:[5668] trunk
ntrel at users.sourceforge.net
ntrel at xxxxx
Fri Apr 1 11:31:29 UTC 2011
Revision: 5668
http://geany.svn.sourceforge.net/geany/?rev=5668&view=rev
Author: ntrel
Date: 2011-04-01 11:31:29 +0000 (Fri, 01 Apr 2011)
Log Message:
-----------
Rename Preferences dialog Interface subtab More -> Notebook tabs.
Modified Paths:
--------------
trunk/ChangeLog
trunk/geany.glade
trunk/src/interface.c
trunk/src/interface.h
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2011-03-31 23:28:10 UTC (rev 5667)
+++ trunk/ChangeLog 2011-04-01 11:31:29 UTC (rev 5668)
@@ -1,3 +1,9 @@
+2011-04-01 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com>
+
+ * src/interface.c, src/interface.h, geany.glade:
+ Rename Preferences dialog Interface subtab More -> Notebook tabs.
+
+
2011-04-01 Colomban Wendling <colomban(at)geany(dot)org>
* src/encodings.c:
Modified: trunk/geany.glade
===================================================================
--- trunk/geany.glade 2011-03-31 23:28:10 UTC (rev 5667)
+++ trunk/geany.glade 2011-04-01 11:31:29 UTC (rev 5668)
@@ -5091,7 +5091,7 @@
<child>
<widget class="GtkLabel" id="label249">
<property name="visible">True</property>
- <property name="label" translatable="yes">_More</property>
+ <property name="label" translatable="yes">Notebook tabs</property>
<property name="use_underline">True</property>
<property name="use_markup">False</property>
<property name="justify">GTK_JUSTIFY_LEFT</property>
@@ -10683,17 +10683,4 @@
</child>
</widget>
-<widget class="GtkCheckButton" id="checkbutton3">
- <property name="visible">True</property>
- <property name="tooltip" translatable="yes">Whether to detect the indentation type from file contents when a file is opened</property>
- <property name="can_focus">True</property>
- <property name="label" translatable="yes">Detect from file</property>
- <property name="use_underline">True</property>
- <property name="relief">GTK_RELIEF_NORMAL</property>
- <property name="focus_on_click">True</property>
- <property name="active">False</property>
- <property name="inconsistent">False</property>
- <property name="draw_indicator">True</property>
-</widget>
-
</glade-interface>
Modified: trunk/src/interface.c
===================================================================
--- trunk/src/interface.c 2011-03-31 23:28:10 UTC (rev 5667)
+++ trunk/src/interface.c 2011-04-01 11:31:29 UTC (rev 5668)
@@ -3529,7 +3529,7 @@
gtk_frame_set_label_widget (GTK_FRAME (frame9), label158);
gtk_label_set_use_markup (GTK_LABEL (label158), TRUE);
- label249 = gtk_label_new_with_mnemonic (_("_More"));
+ label249 = gtk_label_new_with_mnemonic (_("Notebook tabs"));
gtk_widget_show (label249);
gtk_notebook_set_tab_label (GTK_NOTEBOOK (notebook6), gtk_notebook_get_nth_page (GTK_NOTEBOOK (notebook6), 1), label249);
@@ -5705,21 +5705,3 @@
return project_dialog;
}
-GtkWidget*
-create_checkbutton3 (void)
-{
- GtkWidget *checkbutton3;
- GtkTooltips *tooltips;
-
- tooltips = gtk_tooltips_new ();
-
- checkbutton3 = gtk_check_button_new_with_mnemonic (_("Detect from file"));
- gtk_tooltips_set_tip (tooltips, checkbutton3, _("Whether to detect the indentation type from file contents when a file is opened"), NULL);
-
- /* Store pointers to all widgets, for use by lookup_widget(). */
- GLADE_HOOKUP_OBJECT_NO_REF (checkbutton3, checkbutton3, "checkbutton3");
- GLADE_HOOKUP_OBJECT_NO_REF (checkbutton3, tooltips, "tooltips");
-
- return checkbutton3;
-}
-
Modified: trunk/src/interface.h
===================================================================
--- trunk/src/interface.h 2011-03-31 23:28:10 UTC (rev 5667)
+++ trunk/src/interface.h 2011-04-01 11:31:29 UTC (rev 5668)
@@ -7,4 +7,3 @@
GtkWidget* create_edit_menu1 (void);
GtkWidget* create_prefs_dialog (void);
GtkWidget* create_project_dialog (void);
-GtkWidget* create_checkbutton3 (void);
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