summaryrefslogtreecommitdiffstats
path: root/src/dialogs/export.cpp
diff options
context:
space:
mode:
authorJoel Holdsworth <joel@airwebreathe.org.uk>2008-01-17 19:38:29 +0000
committerjoelholdsworth <joelholdsworth@users.sourceforge.net>2008-01-17 19:38:29 +0000
commitf55db365d902772852a837d74e79cdbbc21c3e1a (patch)
tree23875f4f08b032a394937cadf37b2d8d38292c79 /src/dialogs/export.cpp
parentHide the Image filter effect primitive from the filter effects dialog. Files ... (diff)
downloadinkscape-f55db365d902772852a837d74e79cdbbc21c3e1a.tar.gz
inkscape-f55db365d902772852a837d74e79cdbbc21c3e1a.zip
Reverted earlier edit - export bitmap dialog is now sizeable once again
(bzr r4538)
Diffstat (limited to 'src/dialogs/export.cpp')
-rw-r--r--src/dialogs/export.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp
index 16f23fb07..10dbc575f 100644
--- a/src/dialogs/export.cpp
+++ b/src/dialogs/export.cpp
@@ -395,7 +395,7 @@ sp_export_dialog (void)
gchar title[500];
sp_ui_dialog_title_string (Inkscape::Verb::get(SP_VERB_FILE_EXPORT), title);
- dlg = sp_window_new (title, FALSE);
+ dlg = sp_window_new (title, TRUE);
if (x == -1000 || y == -1000) {
x = prefs_get_int_attribute (prefs_path, "x", 0);