The empty string can't be translated and it causes the gettext
authorTim Mann <tim@tim-mann.org>
Mon, 30 May 2011 21:12:53 +0000 (14:12 -0700)
committerTim Mann <tim@tim-mann.org>
Mon, 30 May 2011 21:12:53 +0000 (14:12 -0700)
utilities to complain, so change _("") to "".

xoptions.c

index b7fccc1..b47f9a4 100644 (file)
@@ -307,7 +307,7 @@ void TimeControlCallback(w, client_data, call_data)
        XtSetArg(args[j], XtNlabel, _("sec/move (max)")); j++;
        XtSetValues(tcMess1, args, j);
        j=0;
-       XtSetArg(args[j], XtNlabel, _("")); j++;
+       XtSetArg(args[j], XtNlabel, ""); j++;
        XtSetValues(tcMess2, args, j);
        j=0;
        XtSetArg(args[j], XtNstring, ""); j++;