~ubuntu-branches/debian/experimental/inkscape/experimental

« back to all changes in this revision

Viewing changes to src/extension/output.h

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Viehmann
  • Date: 2008-09-09 23:29:02 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20080909232902-c50iujhk1w79u8e7
Tags: 0.46-2.1
* Non-maintainer upload.
* Add upstream patch fixing a crash in the open dialog
  in the zh_CN.utf8 locale. Closes: #487623.
  Thanks to Luca Bruno for the patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Authors:
3
3
 *   Ted Gould <ted@gould.cx>
4
4
 *
 
5
 * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl>
5
6
 * Copyright (C) 2002-2004 Authors
6
7
 *
7
8
 * Released under GNU GPL, read the file 'COPYING' for more information
41
42
    gchar *      get_extension(void);
42
43
    gchar *      get_filetypename(void);
43
44
    gchar *      get_filetypetooltip(void);
 
45
    bool         causes_dataloss(void) { return dataloss; };
44
46
};
45
47
 
46
48
} }  /* namespace Inkscape, Extension */