summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 26c25af02..5393ddc6f 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -212,7 +212,7 @@ static gboolean sp_export_id_only = FALSE;
static gchar *sp_export_svg = NULL;
static gchar *sp_export_ps = NULL;
static gchar *sp_export_eps = NULL;
-static gint sp_export_ps_level = 2;
+static gint sp_export_ps_level = 3;
static gchar *sp_export_pdf = NULL;
static gchar *sp_export_pdf_version = NULL;
static gchar *sp_export_emf = NULL;
@@ -260,7 +260,7 @@ static void resetCommandlineGlobals() {
sp_export_svg = NULL;
sp_export_ps = NULL;
sp_export_eps = NULL;
- sp_export_ps_level = 2;
+ sp_export_ps_level = 3;
sp_export_pdf = NULL;
sp_export_pdf_version = NULL;
sp_export_emf = NULL;
@@ -405,7 +405,7 @@ struct poptOption options[] = {
{"export-ps-level", 0,
POPT_ARG_INT, &sp_export_ps_level, SP_ARG_EXPORT_PS_LEVEL,
N_("Choose the PostScript Level used to export. Possible choices are"
- " 2 (the default) and 3"),
+ " 2 and 3 (the default)"),
N_("PS Level")},
{"export-pdf", 'A',