]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/trackproperties.h
Make new and erase work on objects rather than just tracks
[r2c2.git] / source / designer / trackproperties.h
index a1fe45069f75dad91bb3f2d445bd3872c123e9ba..7c2946483df2590861ea4d4b665cf4e3e1d3b6c4 100644 (file)
@@ -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 &);