X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdesigner%2Ftrackproperties.h;h=7c2946483df2590861ea4d4b665cf4e3e1d3b6c4;hb=fbab529c533b8a758fb9ce505eb8970cd037510c;hp=1e319511e574c006b34711c5311b3cd7422a4594;hpb=d15ac13f2e170f155b4bbd124df48400c339b644;p=r2c2.git diff --git a/source/designer/trackproperties.h b/source/designer/trackproperties.h index 1e31951..7c29464 100644 --- a/source/designer/trackproperties.h +++ b/source/designer/trackproperties.h @@ -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 &);