~ubuntu-branches/debian/squeeze/inkscape/squeeze

« back to all changes in this revision

Viewing changes to src/ui/dialog/filedialogimpl-win32.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Wolfram Quester
  • Date: 2009-11-30 17:23:20 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20091130172320-wml0kbvehpf3pevw
Tags: 0.47.0-1
* Imported Upstream version 0.47
* This is upstream version  0.47, I added the .0 because 
  I forget the ~ in the -pre versions.
* add proper Vcs-fields to debian/control
* upload sponsored by Guido Guenther <agx@debian.org>

Show diffs side-by-side

added added

removed removed

Lines of Context:
193
193
    ustring all_inkscape_files_filter, all_image_files_filter, all_vectors_filter, all_bitmaps_filter;
194
194
    Filter all_files, all_inkscape_files, all_image_files, all_vectors, all_bitmaps;
195
195
 
196
 
    const gchar *all_files_filter_name = N_("All Files");
197
 
    const gchar *all_inkscape_files_filter_name = N_("All Inkscape Files");
198
 
    const gchar *all_image_files_filter_name = N_("All Images");
199
 
    const gchar *all_vectors_filter_name = N_("All Vectors");
200
 
    const gchar *all_bitmaps_filter_name = N_("All Bitmaps");
 
196
    const gchar *all_files_filter_name = _("All Files");
 
197
    const gchar *all_inkscape_files_filter_name = _("All Inkscape Files");
 
198
    const gchar *all_image_files_filter_name = _("All Images");
 
199
    const gchar *all_vectors_filter_name = _("All Vectors");
 
200
    const gchar *all_bitmaps_filter_name = _("All Bitmaps");
201
201
 
202
202
    // Calculate the amount of memory required
203
203
    int filter_count = 5;       // 5 - one for each filter type