[Gnucash-changes] Fix the page name in the preferences.

David Hampton hampton at cvs.gnucash.org
Thu Jul 28 23:59:43 EDT 2005


Log Message:
-----------
Fix the page name in the preferences.

Tags:
----
gnucash-gnome2-dev

Modified Files:
--------------
    gnucash/src/import-export/hbci:
        gncmod-hbci.c

Revision Data
-------------
Index: gncmod-hbci.c
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/import-export/hbci/gncmod-hbci.c,v
retrieving revision 1.16.4.5
retrieving revision 1.16.4.6
diff -Lsrc/import-export/hbci/gncmod-hbci.c -Lsrc/import-export/hbci/gncmod-hbci.c -u -r1.16.4.5 -r1.16.4.6
--- src/import-export/hbci/gncmod-hbci.c
+++ src/import-export/hbci/gncmod-hbci.c
@@ -67,7 +67,7 @@
   gnc_plugin_hbci_create_plugin();
   
   gnc_preferences_add_to_page("hbciprefs.glade", "hbci_prefs",
-			      "Data Import");
+			      "Online Banking");
 
   /* Initialize gwen library */
   GWEN_Init();


More information about the gnucash-changes mailing list