summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1fbfd7d)
raw | patch | inline | side by side (parent: 1fbfd7d)
author | cilix42 <cilix42@users.sourceforge.net> | |
Fri, 7 Aug 2009 02:47:16 +0000 (02:47 +0000) | ||
committer | cilix42 <cilix42@users.sourceforge.net> | |
Fri, 7 Aug 2009 02:47:16 +0000 (02:47 +0000) |
src/ui/dialog/filedialogimpl-gtkmm.cpp | patch | blob | history |
index 70f2f2ae52edbdfd6862a1fa267e5e2fc8341029..749a67b288fbb31bf31a923675ea83f3348f26dd 100644 (file)
Inkscape::Extension::Output* newOut = extension ? dynamic_cast<Inkscape::Extension::Output*>(extension) : 0;
if ( fileTypeCheckbox.get_active() && newOut ) {
- // Append the file extension if it's not already present
+ // Append the file extension if it's not already present and display it in the file name entry field
appendExtension(myFilename, newOut);
+ change_path(myFilename);
}
}