]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/trackproperties.h
Rename turnout/sensor_id fields in Track and Block to *_addr
[r2c2.git] / source / designer / trackproperties.h
index 1e319511e574c006b34711c5311b3cd7422a4594..7c2946483df2590861ea4d4b665cf4e3e1d3b6c4 100644 (file)
@@ -10,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 &);