change package names for i18n files, in an attempt to fix #4085
[ardour.git] / gtk2_ardour / axis_view.h
index e4f419385265baf020f9209440d120452927ed6a..bb29c564c19e711f49e173ed72fceb93d41ff4c3 100644 (file)
@@ -45,12 +45,8 @@ namespace ARDOUR {
 class AxisView : public virtual Selectable, public PBD::ScopedConnectionList, public ARDOUR::SessionHandlePtr
 {
   public:
-       /**
-        * Returns the current 'Track' Color
-        *
-        * @return the current Track Color
-        */
-       Gdk::Color color() const { return _color; }
+       /** @return the track's own color */
+       Gdk::Color color () const { return _color; }
 
        ARDOUR::Session* session() const { return _session; }