diff options
author | Havoc Pennington <hp@pobox.com> | 2001-03-24 16:35:20 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-24 16:35:20 +0000 |
commit | 11ed2b2ebd0105d0b59e89078fe0dce9b848c845 (patch) | |
tree | c3d0330c1487374c4341ad7f1bda65e8246f71b8 /gtk/gtkthemes.c | |
parent | 891cd55ee30ee9a43401e75e0f30816982390a14 (diff) | |
download | gtk+-11ed2b2ebd0105d0b59e89078fe0dce9b848c845.tar.gz |
improve error message to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
Diffstat (limited to 'gtk/gtkthemes.c')
-rw-r--r-- | gtk/gtkthemes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkthemes.c b/gtk/gtkthemes.c index 09bdd3ea04..6bb3e7e636 100644 --- a/gtk/gtkthemes.c +++ b/gtk/gtkthemes.c @@ -68,7 +68,7 @@ gtk_theme_engine_load (GTypeModule *module) if (!engine_path) { - g_warning (_("Unable to locate loadable module in module_path: \"%s\","), + g_warning (_("Unable to locate theme engine in module_path: \"%s\","), fullname); g_free (fullname); |