diff --git a/src/editor/editor_main.cpp b/src/editor/editor_main.cpp index 9d6b6afc114..ad600155c5d 100644 --- a/src/editor/editor_main.cpp +++ b/src/editor/editor_main.cpp @@ -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 {