Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/common/Util/InstrumentDB.py
diff options
context:
space:
mode:
Diffstat (limited to 'common/Util/InstrumentDB.py')
-rw-r--r--common/Util/InstrumentDB.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Util/InstrumentDB.py b/common/Util/InstrumentDB.py
index ac72a19..e7cbce0 100644
--- a/common/Util/InstrumentDB.py
+++ b/common/Util/InstrumentDB.py
@@ -24,7 +24,7 @@ class Instrument:
self.wav = wav
self.img = img
self.category = category
- self.nameTooltip = nameTooltip
+ self.nameTooltip = nameTooltip or name
# build an Instrument instance by parsing a file
def loadFromPath(self, path ):