mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update bug tracker URL
Change all instances of bugzilla.gnome.org to bugs.gnucash.org, reflecting our migration to a self-hosted bug tracker. Inform the Translation Project Coordinator at release that this affects translatable strings and that all message catalogs have been updated.
This commit is contained in:
@@ -42,7 +42,7 @@ main (int argc,
|
||||
qof_init (); /* equally initializes gobject system */
|
||||
qof_log_init_filename_special ("stderr"); /* Init the log system */
|
||||
g_test_init (&argc, &argv, NULL); /* initialize test program */
|
||||
g_test_bug_base ("https://bugzilla.gnome.org/show_bug.cgi?id="); /* init the bugzilla URL */
|
||||
g_test_bug_base ("https://bugs.gnucash.org/show_bug.cgi?id="); /* init the bugzilla URL */
|
||||
cashobjects_register ();
|
||||
g_assert (qof_load_backend_library (GNC_LIB_REL_PATH_1, GNC_LIB_NAME_1));
|
||||
g_assert (qof_load_backend_library (GNC_LIB_REL_PATH_2, GNC_LIB_NAME_2));
|
||||
|
||||
Reference in New Issue
Block a user