diff options
author | David Robillard <d@drobilla.net> | 2008-09-25 17:59:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2008-09-25 17:59:38 +0000 |
commit | 6423f7a3c3ae831c345901db63d4b82ee5539f7e (patch) | |
tree | 409287b3aba60e0d04319d2de41372ceb87edc88 /src/libs/gui/ingen_gui.glade | |
parent | 5bb577343b710ed458479e37db92d51cfb8badaf (diff) | |
download | ingen-6423f7a3c3ae831c345901db63d4b82ee5539f7e.tar.gz ingen-6423f7a3c3ae831c345901db63d4b82ee5539f7e.tar.bz2 ingen-6423f7a3c3ae831c345901db63d4b82ee5539f7e.zip |
Remove annoying/obvious/pointless tooltip from plugin selector list.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@1515 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/gui/ingen_gui.glade')
-rw-r--r-- | src/libs/gui/ingen_gui.glade | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libs/gui/ingen_gui.glade b/src/libs/gui/ingen_gui.glade index 5737f8eb..5dbc318b 100644 --- a/src/libs/gui/ingen_gui.glade +++ b/src/libs/gui/ingen_gui.glade @@ -472,7 +472,6 @@ <widget class="GtkTreeView" id="load_plugin_plugins_treeview"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip" translatable="yes">All plugins available for loading</property> <property name="border_width">2</property> <property name="reorderable">True</property> <property name="rules_hint">True</property> |