better help text for map editor

This commit is contained in:
titiger 2015-02-02 20:49:36 +01:00
parent adb71b4add
commit 17cc8a1589
1 changed files with 1 additions and 1 deletions

View File

@ -1596,7 +1596,7 @@ bool App::OnInit() {
std::cout << "glest_map_editor [GBM OR MGM FILE]" << std::endl << std::endl;
std::cout << "Creates or edits glest/megaglest maps." << std::endl;
std::cout << "Draw with left mouse button (select what and how large area in menu or toolbar)" << std::endl;
std::cout << "Pan trough the map with right mouse button" << std::endl;
std::cout << "Move map with right mouse button" << std::endl;
std::cout << "Zoom with middle mouse button or mousewheel" << std::endl;
// std::cout << " ~ more helps should be written here ~" << std::endl;