Build fix - typo (bug 3948 fallout).

This commit is contained in:
David Anderson 2009-08-14 03:02:51 -04:00
parent 5f6c5cb4fb
commit 4427ec3a65

View File

@ -50,7 +50,7 @@ namespace builder
{ {
config_name = config_name + " - Orange Box"; config_name = config_name + " - Orange Box";
} }
else if (lib.build_mode == BuildMode.BuildMode_Episde2Valve) else if (lib.build_mode == BuildMode.BuildMode_Episode2Valve)
{ {
config_name = config_name + " - Orange Box Valve"; config_name = config_name + " - Orange Box Valve";
} }