summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b253cc0)
raw | patch | inline | side by side (parent: b253cc0)
author | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 10 Aug 2009 01:27:02 +0000 (01:27 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Mon, 10 Aug 2009 01:27:02 +0000 (01:27 +0000) |
src/ui/dialog/filedialogimpl-win32.cpp | patch | blob | history | |
src/ui/dialog/filedialogimpl-win32.h | patch | blob | history |
index 690c7400490c8de6fb58b741ac08d3ba4b96259d..2196ef0de4091acde803385591acc35def231f8e 100644 (file)
const char *title,
const Glib::ustring &/*default_key*/,
const char *docTitle,
- const FileSaveMethod save_method) :
+ const Inkscape::Extension::FileSaveMethod save_method) :
FileDialogBaseWin32(parent, dir, title, fileTypes,
- (save_method == FILE_SAVE_METHOD_SAVE_COPY) ? "dialogs.save_copy" : "dialogs.save_as"),
+ (save_method == Inkscape::Extension::FILE_SAVE_METHOD_SAVE_COPY) ? "dialogs.save_copy" : "dialogs.save_as"),
_title_label(NULL),
_title_edit(NULL)
{
index 1f4a417f252dad1f762f2a7411f588bd53476770..4234c17825b0159032fb9f191dc7a01af2e8ac31 100644 (file)
const char *title,
const Glib::ustring &default_key,
const char *docTitle,
- const FileSaveMethod save_method);
+ const Inkscape::Extension::FileSaveMethod save_method);
/// Destructor
virtual ~FileSaveDialogImplWin32();