diff options
| author | bulia byak <buliabyak@gmail.com> | 2006-11-19 18:07:51 +0000 |
|---|---|---|
| committer | buliabyak <buliabyak@users.sourceforge.net> | 2006-11-19 18:07:51 +0000 |
| commit | 49a9e81c6f914f90fd20aa3e06bbd13043e2abf6 (patch) | |
| tree | e27a29bbcaefa9d044a475ecaa6d8d0d874f9e4d /src/dialogs/export.cpp | |
| parent | my favorite misspelling (diff) | |
| download | inkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.tar.gz inkscape-49a9e81c6f914f90fd20aa3e06bbd13043e2abf6.zip | |
string fixes from bug 1516157
(bzr r1991)
Diffstat (limited to 'src/dialogs/export.cpp')
| -rw-r--r-- | src/dialogs/export.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialogs/export.cpp b/src/dialogs/export.cpp index 9f1edc7e8..3dc25ddf9 100644 --- a/src/dialogs/export.cpp +++ b/src/dialogs/export.cpp @@ -894,7 +894,7 @@ sp_export_area_toggled (GtkToggleButton *tb, GtkObject *base) sp_export_value_set(base, "xdpi", xdpi); } - /* These can't be seperate, and setting x sets y, so for + /* These can't be separate, and setting x sets y, so for now setting this is disabled. Hopefully it won't be in the future */ if (FALSE && ydpi != 0.0) { |
