mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 06:42:28 +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 (context != NULL && *context != '\0')
|
||||
res = g_dpgettext2 (domain, context, string)
|
||||
res = g_dpgettext2 (domain, context, string);
|
||||
else
|
||||
res = g_dgettext (domain, string);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user