From 239b5c3d6eebed93b5f2995fb3a0d14f5946fe19 Mon Sep 17 00:00:00 2001 From: Marcin Floryan Date: Tue, 26 Feb 2008 15:30:46 +0000 Subject: Added missing src/ui/dialog/filedialogimpl-win32.cpp file to po/POTFILES.in and changed the former to mark all relevant strings for translation. (bzr r4864) --- src/ui/dialog/filedialogimpl-win32.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/ui/dialog/filedialogimpl-win32.cpp') diff --git a/src/ui/dialog/filedialogimpl-win32.cpp b/src/ui/dialog/filedialogimpl-win32.cpp index e47154649..4dfa36b48 100644 --- a/src/ui/dialog/filedialogimpl-win32.cpp +++ b/src/ui/dialog/filedialogimpl-win32.cpp @@ -189,9 +189,9 @@ void FileOpenDialogImplWin32::createFilterMenu() ustring all_inkscape_files_filter, all_image_files_filter; Filter all_files, all_inkscape_files, all_image_files; - const gchar *all_files_filter_name = _("All Files"); - const gchar *all_inkscape_files_filter_name = ("All Inkscape Files"); - const gchar *all_image_files_filter_name = _("All Image Files"); + const gchar *all_files_filter_name = N_("All Files"); + const gchar *all_inkscape_files_filter_name = N_("All Inkscape Files"); + const gchar *all_image_files_filter_name = N_("All Image Files"); // Calculate the amount of memory required int filter_count = 3; // 3 - one for All Files, All Images and All Inkscape Files -- cgit v1.2.3