From: H.G. Muller Date: Sun, 6 Feb 2011 21:07:17 +0000 (+0100) Subject: Fix unmarked translation X-Git-Url: http://winboard.nl/cgi-bin?a=commitdiff_plain;h=1bcb6712e5c6c25eebac7e8bf55d33095b51cffa;p=xboard.git Fix unmarked translation The file-browser wndowtitle in WB was not marked for translation. --- diff --git a/winboard/winboard.c b/winboard/winboard.c index 08284bc..b76a358 100644 --- a/winboard/winboard.c +++ b/winboard/winboard.c @@ -4705,7 +4705,7 @@ WndProc(HWND hwnd, UINT message, WPARAM wParam, LPARAM lParam) f = OpenFileDialog(hwnd, "wb", defName, "bmp", DIAGRAM_FILT, - "Save Diagram to File", NULL, fileTitle, NULL); + _("Save Diagram to File"), NULL, fileTitle, NULL); if (f != NULL) { SaveDiagram(f); }