added missing tooltip for the compile button
git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@118 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
parent
9a80c4c39c
commit
9e6db01544
@ -1068,6 +1068,7 @@
|
|||||||
<child>
|
<child>
|
||||||
<widget class="GtkToolButton" id="toolbutton13">
|
<widget class="GtkToolButton" id="toolbutton13">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
|
<property name="tooltip" translatable="yes">Compiles the current file</property>
|
||||||
<property name="stock_id">gtk-convert</property>
|
<property name="stock_id">gtk-convert</property>
|
||||||
<property name="visible_horizontal">True</property>
|
<property name="visible_horizontal">True</property>
|
||||||
<property name="visible_vertical">True</property>
|
<property name="visible_vertical">True</property>
|
||||||
|
@ -713,6 +713,7 @@ create_window1 (void)
|
|||||||
toolbutton13 = (GtkWidget*) gtk_tool_button_new_from_stock ("gtk-convert");
|
toolbutton13 = (GtkWidget*) gtk_tool_button_new_from_stock ("gtk-convert");
|
||||||
gtk_widget_show (toolbutton13);
|
gtk_widget_show (toolbutton13);
|
||||||
gtk_container_add (GTK_CONTAINER (toolbar1), toolbutton13);
|
gtk_container_add (GTK_CONTAINER (toolbar1), toolbutton13);
|
||||||
|
gtk_tool_item_set_tooltip (GTK_TOOL_ITEM (toolbutton13), tooltips, _("Compiles the current file"), NULL);
|
||||||
|
|
||||||
tmp_image = gtk_image_new_from_stock ("gtk-select-color", tmp_toolbar_icon_size);
|
tmp_image = gtk_image_new_from_stock ("gtk-select-color", tmp_toolbar_icon_size);
|
||||||
gtk_widget_show (tmp_image);
|
gtk_widget_show (tmp_image);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user