mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-26 02:51:40 +00:00
Added a caption to the editor's frame.
This commit is contained in:
parent
458cda49bb
commit
ce0d35281c
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user