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"
This commit is contained in:
Havoc Pennington 2001-03-24 16:35:20 +00:00 committed by Havoc Pennington
parent 891cd55ee3
commit 11ed2b2ebd
8 changed files with 36 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much

View File

@ -1,3 +1,8 @@
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much

View File

@ -1,3 +1,8 @@
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much

View File

@ -1,3 +1,8 @@
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much

View File

@ -1,3 +1,8 @@
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much

View File

@ -1,3 +1,8 @@
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much

View File

@ -1,3 +1,8 @@
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkthemes.c (gtk_theme_engine_load): improve error message
to contain the word "theme"
2001-03-24 Havoc Pennington <hp@pobox.com>
* gtk/gtkhsv.c (gtk_hsv_move): make motion around the ring much

View File

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