mirror of
https://github.com/brl/mutter.git
synced 2025-07-06 10:59:51 +00:00
Remove usage of the grave accent as quotation mark
See: http://www.cl.cam.ac.uk/~mgk25/ucs/quotes.html This should make Thomas happy.
This commit is contained in:
@ -240,7 +240,7 @@ clutter_backend_egl_create_stage (ClutterBackend *backend,
|
||||
ClutterStageX11 *stage_x11;
|
||||
ClutterActor *stage;
|
||||
|
||||
CLUTTER_NOTE (BACKEND, "Creating stage of type `%s'",
|
||||
CLUTTER_NOTE (BACKEND, "Creating stage of type '%s'",
|
||||
g_type_name (CLUTTER_STAGE_TYPE));
|
||||
|
||||
stage = g_object_new (CLUTTER_STAGE_TYPE, NULL);
|
||||
|
Reference in New Issue
Block a user