From: kidproto Date: Sun, 11 Feb 2007 04:35:17 +0000 (+0000) Subject: oops...commented out my fix for new cli option...ugh...oops... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4c38f98aec76497808cf14864ee2d45e123568b6;p=inkscape.git oops...commented out my fix for new cli option...ugh...oops... --- 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"