diff options
| author | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-07-30 23:36:06 +0000 |
|---|---|---|
| committer | Nathan Lee <2431820-nathanal@users.noreply.gitlab.com> | 2019-07-31 23:59:31 +0000 |
| commit | 60156dc9bf80d49c3fdd2f3f1dc902ba668ec6ca (patch) | |
| tree | 2f7a279c35fb370e7a98819e548479a22868ea92 /src/verbs.cpp | |
| parent | Hide spellcheck dialog if Aspell is missing (diff) | |
| download | inkscape-60156dc9bf80d49c3fdd2f3f1dc902ba668ec6ca.tar.gz inkscape-60156dc9bf80d49c3fdd2f3f1dc902ba668ec6ca.zip | |
Keep tutorial even if built without potrace
Diffstat (limited to 'src/verbs.cpp')
| -rw-r--r-- | src/verbs.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/verbs.cpp b/src/verbs.cpp index dae0fea3b..66b85d9a9 100644 --- a/src/verbs.cpp +++ b/src/verbs.cpp @@ -802,7 +802,6 @@ Verb *Verb::getbyid(gchar const *id, bool verbose) && strcmp(id, "ToolPaintBucket") != 0 && strcmp(id, "SelectionTrace") != 0 && strcmp(id, "PaintBucketPrefs") != 0 - && strcmp(id, "TutorialsTracing") != 0 #endif #if !HAVE_ASPELL && strcmp(id, "DialogSpellcheck") != 0 @@ -3166,13 +3165,9 @@ Verb *Verb::_base_verbs[] = { N_("Using shape tools to create and edit shapes"), nullptr), new TutorialVerb(SP_VERB_TUTORIAL_ADVANCED, "TutorialsAdvanced", N_("Inkscape: _Advanced"), N_("Advanced Inkscape topics"), nullptr /*"tutorial_advanced"*/), - -#if HAVE_POTRACE // TRANSLATORS: "to trace" means "to convert a bitmap to vector graphics" (to vectorize) new TutorialVerb(SP_VERB_TUTORIAL_TRACING, "TutorialsTracing", N_("Inkscape: T_racing"), N_("Using bitmap tracing"), nullptr /*"tutorial_tracing"*/), -#endif - new TutorialVerb(SP_VERB_TUTORIAL_TRACING_PIXELART, "TutorialsTracingPixelArt", N_("Inkscape: Tracing Pixel Art"), N_("Using Trace Pixel Art dialog"), nullptr), new TutorialVerb(SP_VERB_TUTORIAL_CALLIGRAPHY, "TutorialsCalligraphy", N_("Inkscape: _Calligraphy"), |
