summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp
diff options
context:
space:
mode:
authorbulia byak <buliabyak@gmail.com>2009-10-19 23:56:11 +0000
committerbuliabyak <buliabyak@users.sourceforge.net>2009-10-19 23:56:11 +0000
commit3275b1fb072c201142091481f6cb2ad324994fcf (patch)
tree532cf67d44b0d7943c5d14702e282d6082dff096 /src/verbs.cpp
parentJapanese tutorials (SVG files) updates by Masato HASHIMOTO (diff)
downloadinkscape-3275b1fb072c201142091481f6cb2ad324994fcf.tar.gz
inkscape-3275b1fb072c201142091481f6cb2ad324994fcf.zip
since SP_VERB_XMPP_CLIENT is commented out in .h, it must be commented out here to, otherwise compilation on windows fails
(bzr r8797)
Diffstat (limited to 'src/verbs.cpp')
-rw-r--r--src/verbs.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp
index fd549e381..29d24c101 100644
--- a/src/verbs.cpp
+++ b/src/verbs.cpp
@@ -2667,10 +2667,10 @@ Verb *Verb::_base_verbs[] = {
N_("Create multiple clones of selected object, arranging them into a pattern or scattering"), INKSCAPE_ICON_DIALOG_TILE_CLONES),
new DialogVerb(SP_VERB_DIALOG_ITEM, "DialogObjectProperties", N_("_Object Properties..."),
N_("Edit the ID, locked and visible status, and other object properties"), INKSCAPE_ICON_DIALOG_OBJECT_PROPERTIES),
-#ifdef WITH_INKBOARD
+/*#ifdef WITH_INKBOARD
new DialogVerb(SP_VERB_XMPP_CLIENT, "DialogXmppClient",
N_("_Instant Messaging..."), N_("Jabber Instant Messaging Client"), NULL),
-#endif
+#endif*/
new DialogVerb(SP_VERB_DIALOG_INPUT, "DialogInput", N_("_Input Devices..."),
N_("Configure extended input devices, such as a graphics tablet"), INKSCAPE_ICON_DIALOG_INPUT_DEVICES),
new DialogVerb(SP_VERB_DIALOG_INPUT2, "DialogInput2", N_("_Input Devices (new)..."),