summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2015-02-05 01:39:36 +0000
committerJabiertxof <jtx@jtx.marker.es>2015-02-05 01:39:36 +0000
commitde321eac5da81c5b30819ccedf09574a36a3ff01 (patch)
tree43b97c538d89d400a29450f7fbd67bc2d63b56f2 /src/main.cpp
parentfixed bugs pointed by su_v (diff)
parentLatvian translation update (diff)
downloadinkscape-de321eac5da81c5b30819ccedf09574a36a3ff01.tar.gz
inkscape-de321eac5da81c5b30819ccedf09574a36a3ff01.zip
update to trunk
(bzr r13879.1.10)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 06c0d4873..15576109d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -1722,15 +1722,11 @@ static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const* mime)
}
if (sp_export_text_to_path) {
- (*i)->set_param_bool("textToPath", TRUE);
+ (*i)->set_param_optiongroup("textToPath", "paths");
+ } else if (sp_export_latex) {
+ (*i)->set_param_optiongroup("textToPath", "LaTeX");
} else {
- (*i)->set_param_bool("textToPath", FALSE);
- }
-
- if (sp_export_latex) {
- (*i)->set_param_bool("textToLaTeX", TRUE);
- } else {
- (*i)->set_param_bool("textToLaTeX", FALSE);
+ (*i)->set_param_optiongroup("textToPath", "embed");
}
if (sp_export_ignore_filters) {