summaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJon Phillips <jon@fabricatorz.com>2007-02-11 04:35:17 +0000
committerkidproto <kidproto@users.sourceforge.net>2007-02-11 04:35:17 +0000
commit27bec35ad16c4f0d669353a6bc92b88503b56ecc (patch)
tree68dab4950e797a7e3cb3d8864451a96e7389e511 /src/main.cpp
parentAdded gnome-vfs patch by Ed Catmur so we can save/open/export to non-local (diff)
downloadinkscape-27bec35ad16c4f0d669353a6bc92b88503b56ecc.tar.gz
inkscape-27bec35ad16c4f0d669353a6bc92b88503b56ecc.zip
oops...commented out my fix for new cli option...ugh...oops...
(bzr r2358)
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 877f4df9f..49df2f3cd 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -321,11 +321,12 @@ struct poptOption options[] = {
N_("Export files with the bounding box set to the page size (EPS)"),
NULL},
+ /*
{"fit-page-to-drawing", 'S',
POPT_ARG_NONE, &sp_export_bbox_page, SP_ARG_FIT_PAGE_TO_DRAWING,
N_("Fits page to drawing and saves changes in place"),
NULL},
-
+ */
{"query-x", 'X',
POPT_ARG_NONE, &sp_query_x, SP_ARG_QUERY_X,
// TRANSLATORS: "--query-id" is an Inkscape command line option; see "inkscape --help"