summaryrefslogtreecommitdiff
path: root/src/autoreplace_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/autoreplace_gui.cpp')
-rw-r--r--src/autoreplace_gui.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/autoreplace_gui.cpp b/src/autoreplace_gui.cpp
index ad39c8b28..76a4260d0 100644
--- a/src/autoreplace_gui.cpp
+++ b/src/autoreplace_gui.cpp
@@ -308,6 +308,20 @@ public:
switch (widget) {
case WID_RV_CAPTION:
SetDParam(0, STR_REPLACE_VEHICLE_TRAIN + this->window_number);
+ switch (this->sel_group) {
+ case ALL_GROUP:
+ SetDParam(1, STR_GROUP_ALL_TRAINS + this->window_number);
+ break;
+
+ case DEFAULT_GROUP:
+ SetDParam(1, STR_GROUP_DEFAULT_TRAINS + this->window_number);
+ break;
+
+ default:
+ SetDParam(1, STR_GROUP_NAME);
+ SetDParam(2, sel_group);
+ break;
+ }
break;
case WID_RV_TRAIN_WAGONREMOVE_TOGGLE: {