From 8f6fed342c4f5d1f54a8dee80e1e79dc1a452797 Mon Sep 17 00:00:00 2001 From: mfloryan Date: Tue, 26 Feb 2008 15:30:46 +0000 Subject: [PATCH] Added missing src/ui/dialog/filedialogimpl-win32.cpp file to po/POTFILES.in and changed the former to mark all relevant strings for translation. --- po/POTFILES.in | 1 + src/ui/dialog/filedialogimpl-win32.cpp | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/po/POTFILES.in b/po/POTFILES.in index f4702c06e..e39c7d6d8 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -362,6 +362,7 @@ src/ui/dialog/export.cpp src/ui/dialog/extension-editor.cpp src/ui/dialog/filedialog.cpp src/ui/dialog/filedialogimpl-gtkmm.cpp +src/ui/dialog/filedialogimpl-win32.cpp src/ui/dialog/fill-and-stroke.cpp src/ui/dialog/filter-effects-dialog.cpp src/ui/dialog/find.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 -- 2.39.5