summaryrefslogtreecommitdiffstats
path: root/src/actions/actions-output.cpp
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2019-06-12 08:36:03 +0000
committerThomas Holder <thomas@thomas-holder.de>2019-06-12 19:09:48 +0000
commit8a172e97246fd6ca5f62fb568e28d0c0af0372d3 (patch)
tree84ebf4b7972df09b76eb65d470ec416157ce31f3 /src/actions/actions-output.cpp
parentrevert `--without-gui` shortcut to `-z` (diff)
downloadinkscape-8a172e97246fd6ca5f62fb568e28d0c0af0372d3.tar.gz
inkscape-8a172e97246fd6ca5f62fb568e28d0c0af0372d3.zip
revert `export-pdf-level` to `export-pdf-version`
Was changed in 408cb49b5559
Diffstat (limited to 'src/actions/actions-output.cpp')
-rw-r--r--src/actions/actions-output.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/actions/actions-output.cpp b/src/actions/actions-output.cpp
index 96523f624..0c17ab1e2 100644
--- a/src/actions/actions-output.cpp
+++ b/src/actions/actions-output.cpp
@@ -243,7 +243,7 @@ add_actions_output(ConcreteInkscapeApplication<T>* app)
app->add_action_with_parameter( "export-ignore-filters", Bool, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_plain_svg), app));
app->add_action_with_parameter( "export-text-to-path", Bool, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_text_to_path), app));
app->add_action_with_parameter( "export-ps-level", Int, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_ps_level), app));
- app->add_action_with_parameter( "export-pdf-level", String, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_pdf_level), app));
+ app->add_action_with_parameter( "export-pdf-version", String, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_pdf_level), app));
app->add_action_with_parameter( "export-latex", Bool, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_latex), app));
app->add_action_with_parameter( "export-use-hints", Bool, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_use_hints), app));
app->add_action_with_parameter( "export-background", String, sigc::bind<InkscapeApplication*>(sigc::ptr_fun(&export_background), app));