Mercurial > hg > svgui
comparison layer/NoteLayer.cpp @ 116:4a6e6aedf632
* Add i18n load support, and first draft of Russian translation from Alexandre
Prokoudine
author | Chris Cannam |
---|---|
date | Thu, 06 Jul 2006 15:54:33 +0000 |
parents | 571805759a66 |
children | bd6e85b3d88b |
comparison
equal
deleted
inserted
replaced
115:47cb32bb35ab | 116:4a6e6aedf632 |
---|---|
78 QString | 78 QString |
79 NoteLayer::getPropertyLabel(const PropertyName &name) const | 79 NoteLayer::getPropertyLabel(const PropertyName &name) const |
80 { | 80 { |
81 if (name == "Colour") return tr("Colour"); | 81 if (name == "Colour") return tr("Colour"); |
82 if (name == "Vertical Scale") return tr("Vertical Scale"); | 82 if (name == "Vertical Scale") return tr("Vertical Scale"); |
83 if (name == "Scale Units") return tr("Pitch Units"); | 83 if (name == "Scale Units") return tr("Scale Units"); |
84 return ""; | 84 return ""; |
85 } | 85 } |
86 | 86 |
87 Layer::PropertyType | 87 Layer::PropertyType |
88 NoteLayer::getPropertyType(const PropertyName &name) const | 88 NoteLayer::getPropertyType(const PropertyName &name) const |