oops, removed files committed by error

This commit is contained in:
Yann Dirson 2005-10-15 11:16:01 +00:00
parent 45b8e5b52c
commit d1d5913739
4 changed files with 2 additions and 4 deletions

View file

@ -1,5 +1,6 @@
src/editor/editor.cpp
src/editor/editor_palettes.cpp
src/widgets/file_chooser.cpp
src/editor/editor_layout.cpp
src/editor/editor_main.cpp
src/editor/editor_undo.cpp

View file

@ -1,7 +1,5 @@
src/filechooser.cpp
src/hotkeys.cpp
src/mapgen_dialog.cpp
src/preferences.cpp
src/show_dialog.cpp
src/widgets/file_chooser.cpp
src/editor/editor_dialogs.cpp

View file

@ -2,6 +2,7 @@ src/about.cpp
src/actions.cpp
src/dialogs.cpp
src/display.cpp
src/filechooser.cpp
src/font.cpp
src/game.cpp
src/game_events.cpp

View file

@ -13,8 +13,6 @@
#include "global.hpp"
#define GETTEXT_DOMAIN "wesnoth-lib"
#include "display.hpp"
#include "gettext.hpp"
#include "show_dialog.hpp"