Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Fixed label of menu item.

This commit is contained in:
Truls Alexander Tangstad 2006-04-20 14:11:52 +00:00
parent f394610724
commit 78ecadb3ab
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
<widget class="GtkImageMenuItem" id="new1">
<property name="visible">True</property>
<property name="stock_item">GNOMEUIINFO_MENU_NEW_ITEM</property>
<property name="label" translatable="yes">_Ny</property>
<property name="label" translatable="yes">_New</property>
<property name="use_underline">True</property>
<signal name="activate" handler="on_new1_activate" last_modification_time="Thu, 13 Apr 2006 11:24:18 GMT"/>
</widget>