diff options
| author | Martin Owens <doctormo@gmail.com> | 2018-10-01 15:43:48 +0000 |
|---|---|---|
| committer | Jabiertxof <jabier.arraiza@marker.es> | 2019-02-20 15:35:31 +0000 |
| commit | ccd4fc059942f37fca3d8a962cd098012c1bd618 (patch) | |
| tree | 90acf6f5d27c66e1dc9674960dce03bcced78f6a /src/desktop.cpp | |
| parent | Include selectors dialog (aka styledialog) into the xml-tree notebook and rem... (diff) | |
| download | inkscape-ccd4fc059942f37fca3d8a962cd098012c1bd618.tar.gz inkscape-ccd4fc059942f37fca3d8a962cd098012c1bd618.zip | |
Remove Tags functionality (replaced by css selectors)
Diffstat (limited to 'src/desktop.cpp')
| -rw-r--r-- | src/desktop.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/desktop.cpp b/src/desktop.cpp index dc54ce6c3..ea6ef1bc3 100644 --- a/src/desktop.cpp +++ b/src/desktop.cpp @@ -2015,7 +2015,6 @@ SPDesktop::show_dialogs() mapVerbPreference.insert(std::make_pair ("SpellCheck", "/dialogs/spellcheck") ); mapVerbPreference.insert(std::make_pair ("Symbols", "/dialogs/symbols") ); mapVerbPreference.insert(std::make_pair ("ObjectsPanel", "/dialogs/objects") ); - mapVerbPreference.insert(std::make_pair ("TagsPanel", "/dialogs/tags") ); mapVerbPreference.insert(std::make_pair ("Prototype", "/dialogs/prototype") ); |
