summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7061db6)
raw | patch | inline | side by side (parent: 7061db6)
author | JazzyNico <JazzyNico@users.sourceforge.net> | |
Thu, 15 Oct 2009 17:51:53 +0000 (17:51 +0000) | ||
committer | JazzyNico <JazzyNico@users.sourceforge.net> | |
Thu, 15 Oct 2009 17:51:53 +0000 (17:51 +0000) |
Okayed by Joshua A. Andler on IRC (thanks!).
src/ui/dialog/filedialogimpl-win32.cpp | patch | blob | history |
index 2196ef0de4091acde803385591acc35def231f8e..d22a368f2542ac0fcafeb892ab89cab7168186f6 100644 (file)
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