diff options
Diffstat (limited to 'src/ui/dialog/filedialog.cpp')
| -rw-r--r-- | src/ui/dialog/filedialog.cpp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ui/dialog/filedialog.cpp b/src/ui/dialog/filedialog.cpp index 0e8a8a07b..3417ba06c 100644 --- a/src/ui/dialog/filedialog.cpp +++ b/src/ui/dialog/filedialog.cpp @@ -5,6 +5,7 @@ * Bob Jamison * Other dudes from The Inkscape Organization * + * Copyright (C) 2006 Johan Engelen <johan@shouraizou.nl> * Copyright (C) 2004-2006 The Inkscape Organization * * Released under GNU GPL, read the file 'COPYING' for more information @@ -1136,6 +1137,8 @@ public: Glib::ustring getFilename(); + void change_title(const Glib::ustring& title); + private: @@ -1510,6 +1513,12 @@ FileSaveDialogImpl::getFilename() } +void +FileSaveDialogImpl::change_title(const Glib::ustring& title) +{ + this->set_title(title); +} + |
