X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdesigner%2Ftrackproperties.h;h=7c2946483df2590861ea4d4b665cf4e3e1d3b6c4;hb=d5de37274a309d55706b5077cfcc60ef753fa97d;hp=a1fe45069f75dad91bb3f2d445bd3872c123e9ba;hpb=c6b9a38300cc2ecfc0df66af162620b9ea5a1e3e;p=r2c2.git diff --git a/source/designer/trackproperties.h b/source/designer/trackproperties.h index a1fe450..7c29464 100644 --- a/source/designer/trackproperties.h +++ b/source/designer/trackproperties.h @@ -1,10 +1,3 @@ -/* $Id$ - -This file is part of R²C² -Copyright © 2010 Mikkosoft Productions, Mikko Rasa -Distributed under the GPL -*/ - #ifndef TRACKPROPERTIES_H_ #define TRACKPROPERTIES_H_ @@ -17,8 +10,8 @@ class TrackProperties: public Msp::GLtk::Dialog { private: const Selection &selection; - Msp::GLtk::Entry *ent_turnout_id; - Msp::GLtk::Entry *ent_sensor_id; + Msp::GLtk::Entry *ent_turnout_addr; + Msp::GLtk::Entry *ent_sensor_addr; public: TrackProperties(const Selection &);