mirror of
https://github.com/brl/mutter.git
synced 2025-02-08 17:44:09 +00:00
script-parser: Fix build
This commit is contained in:
parent
4da8001cac
commit
a37ec4bd34
@ -1128,7 +1128,7 @@ _clutter_script_parse_translatable_string (ClutterScript *script,
|
|||||||
if (translatable)
|
if (translatable)
|
||||||
{
|
{
|
||||||
if (context != NULL && *context != '\0')
|
if (context != NULL && *context != '\0')
|
||||||
res = g_dpgettext2 (domain, context, string)
|
res = g_dpgettext2 (domain, context, string);
|
||||||
else
|
else
|
||||||
res = g_dgettext (domain, string);
|
res = g_dgettext (domain, string);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user