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:
Emmanuele Bassi
2009-03-17 14:12:01 +00:00
parent 39e2b43b22
commit ccca24ab76
25 changed files with 118 additions and 127 deletions

View File

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