summaryrefslogtreecommitdiffstats
path: root/src/gui/Controls.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-02-18 16:33:28 +0000
committerDavid Robillard <d@drobilla.net>2011-02-18 16:33:28 +0000
commit8e07e115429a0869593d4f29dc3e6cf5c8b25049 (patch)
tree68cfdc5ee4a1c932d05ee8988f2738f31c119218 /src/gui/Controls.hpp
parent7ef2c6553339a3c38f8784d764a8f2610bde5d89 (diff)
downloadingen-8e07e115429a0869593d4f29dc3e6cf5c8b25049.tar.gz
ingen-8e07e115429a0869593d4f29dc3e6cf5c8b25049.tar.bz2
ingen-8e07e115429a0869593d4f29dc3e6cf5c8b25049.zip
Use port name from SLV2 for labels where possible (fix ticket #636).
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2991 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Controls.hpp')
-rw-r--r--src/gui/Controls.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Controls.hpp b/src/gui/Controls.hpp
index a26dfd41..1818cc75 100644
--- a/src/gui/Controls.hpp
+++ b/src/gui/Controls.hpp
@@ -54,7 +54,7 @@ protected:
virtual void set_value(const Raul::Atom& value) = 0;
virtual void set_range(float min, float max) {}
- void set_name(const std::string& name);
+ void set_label(const std::string& name);
void menu_properties();
ControlPanel* _control_panel;