mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Bug 798312 - Opening the help for dialogues in the wrong language.
This commit is contained in:
parent
37196fa015
commit
9fb9868b54
@ -267,7 +267,10 @@ gnc_gnome_help_yelp_anchor_fix (GtkWindow *parent, const char *file_name, const
|
||||
{
|
||||
gchar *filename = g_build_filename (help_path, *langs, help_file, NULL);
|
||||
if (g_file_test (filename, G_FILE_TEST_EXISTS))
|
||||
{
|
||||
full_path = g_strdup (filename);
|
||||
break;
|
||||
}
|
||||
g_free (filename);
|
||||
}
|
||||
g_free (help_path);
|
||||
|
Loading…
Reference in New Issue
Block a user