Bug 798312 - Opening the help for dialogues in the wrong language.

pull/1140/head
John Ralls 5 years ago
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…
Cancel
Save