summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarcin Floryan <mfloryan@mm.waw.pl>2008-02-26 15:30:46 +0000
committermfloryan <mfloryan@users.sourceforge.net>2008-02-26 15:30:46 +0000
commit239b5c3d6eebed93b5f2995fb3a0d14f5946fe19 (patch)
tree8ba28becc682e071188d4efe2692b5744db897bc /src
parentFix for bug 184668 (Tile clone random scaling broken) (diff)
downloadinkscape-239b5c3d6eebed93b5f2995fb3a0d14f5946fe19.tar.gz
inkscape-239b5c3d6eebed93b5f2995fb3a0d14f5946fe19.zip
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)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/filedialogimpl-win32.cpp6
1 files changed, 3 insertions, 3 deletions
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