Don't add strings on the stable branch

No need to upset translators with a temporary string that will
hopefully be replaced by an implementation at some point.
This commit is contained in:
Matthias Clasen
2015-05-18 08:59:02 -04:00
parent aaee5f77ca
commit c0f0874cf9

View File

@@ -34,6 +34,6 @@ gdk_quartz_window_create_gl_context (GdkWindow *window,
{
/* FIXME: implement */
g_set_error_literal (error, GDK_GL_ERROR, GDK_GL_ERROR_NOT_AVAILABLE,
_("Not implemented on OS X"));
"Not implemented on OS X");
return NULL;
}