* more translations

git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@285 8a3a26a2-13c4-0310-b231-cf6edde360e5
This commit is contained in:
mattn
2008-06-26 17:48:22 +00:00
parent f5b6f40bc4
commit 3138825cde
6 changed files with 169 additions and 121 deletions

View File

@@ -132,7 +132,7 @@ void WXY_Print ()
unsigned char* img;
const char* filename;
filename = file_dialog (g_pParentWnd->m_pWidget, FALSE, "Save Image", NULL, FILTER_BMP);
filename = file_dialog (g_pParentWnd->m_pWidget, FALSE, _("Save Image"), NULL, FILTER_BMP);
if (!filename)
return;