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

This commit is contained in:
John Ralls 2021-09-17 14:43:59 -07:00
parent 37196fa015
commit 9fb9868b54

View File

@ -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);