Kaydet (Commit) c6c0cb81 authored tarafından Enrico Tröger's avatar Enrico Tröger

Fixed typo.


git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@585 ea778897-0a13-0410-b9d1-a72fbfd435f5
üst 73a55f7e
......@@ -2,6 +2,7 @@
* src/highlighting.c, data/filetypes.common:
Highlighting of current line can be disabled.
* geany.glade, src/interface.c: Fixed typo.
2006-07-18 Nick Treleaven <nick.treleaven@btinternet.com>
......
......@@ -57,7 +57,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image833">
<widget class="GtkImage" id="image841">
<property name="visible">True</property>
<property name="stock">gtk-new</property>
<property name="icon_size">1</property>
......@@ -150,7 +150,7 @@
<signal name="activate" handler="on_save_all1_activate" last_modification_time="Thu, 02 Jun 2005 14:15:30 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image834">
<widget class="GtkImage" id="image842">
<property name="visible">True</property>
<property name="stock">gtk-save</property>
<property name="icon_size">1</property>
......@@ -227,7 +227,7 @@
<signal name="activate" handler="on_close_all1_activate" last_modification_time="Thu, 02 Jun 2005 14:15:30 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image835">
<widget class="GtkImage" id="image843">
<property name="visible">True</property>
<property name="stock">gtk-close</property>
<property name="icon_size">1</property>
......@@ -358,7 +358,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image836">
<widget class="GtkImage" id="image844">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
......@@ -390,7 +390,7 @@
<property name="use_underline">True</property>
<child internal-child="image">
<widget class="GtkImage" id="image837">
<widget class="GtkImage" id="image845">
<property name="visible">True</property>
<property name="stock">gtk-add</property>
<property name="icon_size">1</property>
......@@ -568,7 +568,7 @@
<signal name="activate" handler="on_replace1_activate" last_modification_time="Sun, 23 Oct 2005 13:22:36 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image838">
<widget class="GtkImage" id="image846">
<property name="visible">True</property>
<property name="stock">gtk-find-and-replace</property>
<property name="icon_size">1</property>
......@@ -610,7 +610,7 @@
<signal name="activate" handler="on_go_to_line1_activate" last_modification_time="Tue, 23 May 2006 17:10:49 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image839">
<widget class="GtkImage" id="image847">
<property name="visible">True</property>
<property name="stock">gtk-jump-to</property>
<property name="icon_size">1</property>
......@@ -645,7 +645,7 @@
<signal name="activate" handler="on_change_font1_activate" last_modification_time="Fri, 22 Apr 2005 18:58:45 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image840">
<widget class="GtkImage" id="image848">
<property name="visible">True</property>
<property name="stock">gtk-select-font</property>
<property name="icon_size">1</property>
......@@ -667,7 +667,7 @@
<signal name="activate" handler="on_show_color_chooser1_activate" last_modification_time="Wed, 22 Jun 2005 18:10:21 GMT"/>
<child internal-child="image">
<widget class="GtkImage" id="image841">
<widget class="GtkImage" id="image849">
<property name="visible">True</property>
<property name="stock">gtk-select-color</property>
<property name="icon_size">1</property>
......@@ -914,7 +914,7 @@
<widget class="GtkMenuItem" id="menu_replace_tabs">
<property name="visible">True</property>
<property name="tooltip" translatable="yes">Replaces all tabs in document by spaces.</property>
<property name="label" translatable="yes">_Replace tabs by space</property>
<property name="label" translatable="yes">_Replace tabs by spaces</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_replace_tabs_activate" last_modification_time="Fri, 29 Apr 2005 08:43:22 GMT"/>
</widget>
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment