oops, removed files committed by error
This commit is contained in:
parent
45b8e5b52c
commit
d1d5913739
4 changed files with 2 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,8 +13,6 @@
|
|||
|
||||
#include "global.hpp"
|
||||
|
||||
#define GETTEXT_DOMAIN "wesnoth-lib"
|
||||
|
||||
#include "display.hpp"
|
||||
#include "gettext.hpp"
|
||||
#include "show_dialog.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue