13
0

tweak boot message so the final message makes more sense

This commit is contained in:
Ben Loftis 2015-01-08 07:38:08 -06:00
parent 2ef8c06464
commit 0fba29a67a

View File

@ -1381,6 +1381,8 @@ Session::load_routes (const XMLNode& node, int version)
add_routes (new_routes, false, false, false);
BootMessage (_("Finished loading tracks/busses."));
return 0;
}