Added a caption to the editor's frame.

This commit is contained in:
Bram Ridder 2005-07-17 14:02:06 +00:00
parent 458cda49bb
commit ce0d35281c

View File

@ -227,6 +227,9 @@ int main(int argc, char** argv)
}
}
// Set the caption of the window
SDL_WM_SetCaption(_("Battle for Wesnoth Map Editor"), NULL);
//Read the configuration af
config cfg;
try {