summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2009-09-04 02:50:20 +0000
committerTed Gould <ted@canonical.com>2009-09-04 02:50:20 +0000
commitfc45282a2bdcd65fe35ab5d766f3ff143dab4968 (patch)
tree8c7a10669a39c3580d30d3d129b1a6c2ea0be9a2 /src/ui
parentupdate from Chris Morgan (diff)
downloadinkscape-fc45282a2bdcd65fe35ab5d766f3ff143dab4968.tar.gz
inkscape-fc45282a2bdcd65fe35ab5d766f3ff143dab4968.zip
Removing the caligraphic presets file and making the same strings translatable in the preferences-skeleton.h
(bzr r8558)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/calligraphic-presets.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/ui/dialog/calligraphic-presets.h b/src/ui/dialog/calligraphic-presets.h
deleted file mode 100644
index 89f963ee8..000000000
--- a/src/ui/dialog/calligraphic-presets.h
+++ /dev/null
@@ -1,14 +0,0 @@
-char * stringlst = [
-/* TRANSLATORS: calligraphic pen type */
-N_("Dip pen"),
-/* TRANSLATORS: calligraphic pen type */
-N_("Marker"),
-/* TRANSLATORS: calligraphic pen type */
-N_("Brush"),
-/* TRANSLATORS: calligraphic pen type */
-N_("Wiggly"),
-/* TRANSLATORS: calligraphic pen type */
-N_("Splotchy"),
-/* TRANSLATORS: calligraphic pen type */
-N_("Tracing"),
-];