summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/POTFILES.in1
-rw-r--r--src/ui/dialog/filedialogimpl-win32.cpp6
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