[Gnucash-changes] The pref name should have had an underline instead of a space.

David Hampton hampton at cvs.gnucash.org
Thu May 19 23:55:08 EDT 2005


Log Message:
-----------
The pref name should have had an underline instead of a space.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/gnome-utils:
        gnc-tree-view-commodity.c

Revision Data
-------------
Index: gnc-tree-view-commodity.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/gnome-utils/Attic/gnc-tree-view-commodity.c,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -Lsrc/gnome-utils/gnc-tree-view-commodity.c -Lsrc/gnome-utils/gnc-tree-view-commodity.c -u -r1.1.2.6 -r1.1.2.7
--- src/gnome-utils/gnc-tree-view-commodity.c
+++ src/gnome-utils/gnc-tree-view-commodity.c
@@ -1155,7 +1155,7 @@
    sort_by_cusip_code,
    GTK_TREE_VIEW_COLUMN_AUTOSIZE,
    FALSE, NULL,
-   "cusip code",
+   "cusip_code",
    N_("CUSIP Code")},
   {GNC_TREE_MODEL_COMMODITY_COL_FRACTION,
    GNC_TREE_MODEL_COMMODITY_COL_VISIBILITY,


More information about the gnucash-changes mailing list