diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-06-12 08:36:03 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2019-06-12 19:09:48 +0000 |
| commit | 8a172e97246fd6ca5f62fb568e28d0c0af0372d3 (patch) | |
| tree | 84ebf4b7972df09b76eb65d470ec416157ce31f3 /src/actions/actions-output.cpp | |
| parent | revert `--without-gui` shortcut to `-z` (diff) | |
| download | inkscape-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.cpp | 2 |
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)); |
