2007-10-12 Alex Roitman <shura@gramps-project.org>

* src/plugins/unused.glade: Do not translate GTK stock ids.



svn: r9166
This commit is contained in:
Alex Roitman 2007-10-12 16:43:16 +00:00
parent 6f39d28313
commit aaa58638c1
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,6 @@
2007-10-12 Alex Roitman <shura@gramps-project.org>
* src/plugins/unused.glade: Do not translate GTK stock ids.
2007-10-12 Brian Matherly <brian@gramps-project.org>
* src/plugins/NarrativeWeb.py:
* src/Sort.py: (use locale.strcoll for sorting)

View File

@ -109,7 +109,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">gtk-find</property>
<property name="label">gtk-find</property>
<property name="use_stock">True</property>
<property name="response_id">0</property>
<signal name="clicked" handler="on_find_button_clicked"/>
@ -223,7 +223,7 @@
<property name="can_focus">True</property>
<property name="receives_default">True</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="label" translatable="yes">gtk-remove</property>
<property name="label">gtk-remove</property>
<property name="use_stock">True</property>
<property name="response_id">-3</property>
<signal name="clicked" handler="on_remove_button_clicked"/>