[Gnucash-changes] r13819 - gnucash/trunk - Remove translatable flag from a temp label.

David Hampton hampton at cvs.gnucash.org
Fri Apr 21 11:25:36 EDT 2006


Author: hampton
Date: 2006-04-21 11:25:36 -0400 (Fri, 21 Apr 2006)
New Revision: 13819
Trac: http://svn.gnucash.org/trac/changeset/13819

Modified:
   gnucash/trunk/ChangeLog
   gnucash/trunk/src/gnome/glade/reconcile.glade
Log:
Remove translatable flag from a temp label.

Modified: gnucash/trunk/ChangeLog
===================================================================
--- gnucash/trunk/ChangeLog	2006-04-21 15:22:14 UTC (rev 13818)
+++ gnucash/trunk/ChangeLog	2006-04-21 15:25:36 UTC (rev 13819)
@@ -1,5 +1,10 @@
 2006-04-21  David Hampton  <hampton at employees.org>
 
+	* src/gnome/glade/reconcile.glade: Remove translatable flag from a
+	label. Remove unused "Reconcile" dialog. This was an old abandoned
+	attempt to replace the hardcoded C reconcile dialog with one from
+	a glade file.
+
 	* src/gnome/glade/account.glade: Add a tooltip for the "hidden"
 	option in the Edit Account dialog.
 

Modified: gnucash/trunk/src/gnome/glade/reconcile.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/reconcile.glade	2006-04-21 15:22:14 UTC (rev 13818)
+++ gnucash/trunk/src/gnome/glade/reconcile.glade	2006-04-21 15:25:36 UTC (rev 13819)
@@ -117,7 +117,7 @@
 		  <child>
 		    <widget class="GtkLabel" id="start_value">
 		      <property name="visible">True</property>
-		      <property name="label" translatable="yes">$15.00</property>
+		      <property name="label">$15.00</property>
 		      <property name="use_underline">False</property>
 		      <property name="use_markup">False</property>
 		      <property name="justify">GTK_JUSTIFY_LEFT</property>



More information about the gnucash-changes mailing list