blam r527 - trunk/src
- From: cmartin svn gnome org
- To: svn-commits-list gnome org
- Subject: blam r527 - trunk/src
- Date: Thu, 20 Mar 2008 14:51:10 +0000 (GMT)
Author: cmartin
Date: Thu Mar 20 14:51:10 2008
New Revision: 527
URL: http://svn.gnome.org/viewvc/blam?rev=527&view=rev
Log:
Set translatable="no" to GTK stock messages.
Modified:
trunk/src/blam.glade
Modified: trunk/src/blam.glade
==============================================================================
--- trunk/src/blam.glade (original)
+++ trunk/src/blam.glade Thu Mar 20 14:51:10 2008
@@ -44,7 +44,7 @@
<child>
<widget class="GtkImageMenuItem" id="menu_quit">
<property name="visible">True</property>
- <property name="label">gtk-quit</property>
+ <property name="label" translatable="no">gtk-quit</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="QuitActivated"/>
@@ -64,7 +64,7 @@
<child>
<widget class="GtkImageMenuItem" id="item1">
<property name="visible">True</property>
- <property name="label">gtk-copy</property>
+ <property name="label" translatable="no">gtk-copy</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="CopyActivated"/>
@@ -78,7 +78,7 @@
<child>
<widget class="GtkImageMenuItem" id="instÃllningar1">
<property name="visible">True</property>
- <property name="label">gtk-preferences</property>
+ <property name="label" translatable="no">gtk-preferences</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="PreferencesActivated"/>
@@ -244,7 +244,7 @@
<child>
<widget class="GtkImageMenuItem" id="om1">
<property name="visible">True</property>
- <property name="label">gtk-about</property>
+ <property name="label" translatable="no">gtk-about</property>
<property name="use_underline">True</property>
<property name="use_stock">True</property>
<signal name="activate" handler="AboutActivated"/>
@@ -649,7 +649,7 @@
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="can_default">True</property>
- <property name="label">gtk-ok</property>
+ <property name="label" translatable="no">gtk-ok</property>
<property name="use_stock">True</property>
<property name="response_id">-5</property>
<signal name="clicked" handler="OkButtonClicked"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]