summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2009-10-15 17:51:53 +0000
committerJazzyNico <JazzyNico@users.sourceforge.net>2009-10-15 17:51:53 +0000
commita655ef868bd318ef5ca60e7f25bf2987f313faec (patch)
treec87d4fc9115de7d36353f7a10cdf16fa0904ee62
parentJapanese translation update by Masato HASHIMOTO. (diff)
downloadinkscape-a655ef868bd318ef5ca60e7f25bf2987f313faec.tar.gz
inkscape-a655ef868bd318ef5ca60e7f25bf2987f313faec.zip
Fix for bug #423326 (Untranslated file types).
Okayed by Joshua A. Andler on IRC (thanks!). (bzr r8779)
-rw-r--r--src/ui/dialog/filedialogimpl-win32.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/ui/dialog/filedialogimpl-win32.cpp b/src/ui/dialog/filedialogimpl-win32.cpp
index 2196ef0de..d22a368f2 100644
--- a/src/ui/dialog/filedialogimpl-win32.cpp
+++ b/src/ui/dialog/filedialogimpl-win32.cpp
@@ -193,11 +193,11 @@ void FileOpenDialogImplWin32::createFilterMenu()
ustring all_inkscape_files_filter, all_image_files_filter, all_vectors_filter, all_bitmaps_filter;
Filter all_files, all_inkscape_files, all_image_files, all_vectors, all_bitmaps;
- 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 Images");
- const gchar *all_vectors_filter_name = N_("All Vectors");
- const gchar *all_bitmaps_filter_name = N_("All Bitmaps");
+ 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 Images");
+ const gchar *all_vectors_filter_name = _("All Vectors");
+ const gchar *all_bitmaps_filter_name = _("All Bitmaps");
// Calculate the amount of memory required
int filter_count = 5; // 5 - one for each filter type