Clarify Cursor Theme GDK Warning

This commit is contained in:
John Ralls 2013-06-16 12:51:04 -04:00
parent 3f6a1dc9a9
commit 133a0c7426

View File

@ -2708,7 +2708,7 @@ settings_update_cursor_theme (GtkSettings *settings)
gdk_wayland_display_set_cursor_theme (display, theme, size);
else
#endif
g_warning ("unsupported GDK backend\n");
g_warning ("GtkSettings Cursor Theme: Unsupported GDK backend\n");
g_free (theme);
}