Remove translatable="yes" for a wrong case.
2002-04-29 Kjartan Maraas <kmaraas@gnome.org> * ui-properties.glade: Remove translatable="yes" for a wrong case.
This commit is contained in:
parent
3f3cdc5038
commit
b1e355861d
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2002-04-29 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
|
* ui-properties.glade: Remove translatable="yes" for a wrong case.
|
||||||
|
|
||||||
2002-04-25 Seth Nickell <snickell@stanford.edu>
|
2002-04-25 Seth Nickell <snickell@stanford.edu>
|
||||||
|
|
||||||
* behavior.desktop.in:
|
* behavior.desktop.in:
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
<glade-interface>
|
<glade-interface>
|
||||||
<widget class="GtkWindow" id="window4">
|
<widget class="GtkWindow" id="window4">
|
||||||
<property name="title" translatable="yes">window4</property>
|
<property name="title">window4</property>
|
||||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||||
<property name="modal">no</property>
|
<property name="modal">no</property>
|
||||||
<property name="allow_shrink">no</property>
|
<property name="allow_shrink">no</property>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue