Changeset - r19475:f7bcaee131d9
[Not reviewed]
master
0 1 0
alberth - 12 years ago 2012-07-10 17:35:10
alberth@openttd.org
(svn r24392) -Fix [FS#5239]: Use the 'all vehicles' group for the autoreplace window from the vehicle list.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/vehicle_gui.cpp
Show inline comments
 
@@ -1544,7 +1544,7 @@ public:
 

	
 
				switch (index) {
 
					case ADI_REPLACE: // Replace window
 
						ShowReplaceGroupVehicleWindow(DEFAULT_GROUP, this->vli.vtype);
 
						ShowReplaceGroupVehicleWindow(ALL_GROUP, this->vli.vtype);
 
						break;
 
					case ADI_SERVICE: // Send for servicing
 
					case ADI_DEPOT: // Send to Depots
0 comments (0 inline, 0 general)