Adapted to changes in GDCore.

git-svn-id: svn://localhost@830 8062f311-0dae-4547-b526-b8ab9ac864a5
This commit is contained in:
Florian
2012-09-09 19:59:04 +00:00
parent a58d04b45c
commit 4fdf7ec653
8 changed files with 1704 additions and 12762 deletions
@@ -37,7 +37,7 @@ freely, subject to the following restrictions:
#include "GDL/Game.h"
#include "TextEntryObject.h"
#include "GDL/IDE/MainEditorCommand.h"
#include "GDCore/IDE/Dialogs/MainFrameWrapper.h"
//(*IdInit(TextEntryObjectEditor)
const long TextEntryObjectEditor::ID_STATICLINE1 = wxNewId();
@@ -49,9 +49,8 @@ BEGIN_EVENT_TABLE(TextEntryObjectEditor,wxDialog)
//*)
END_EVENT_TABLE()
TextEntryObjectEditor::TextEntryObjectEditor( wxWindow* parent, Game & game_, TextEntryObject & object_, MainEditorCommand & mainEditorCommand_ ) :
TextEntryObjectEditor::TextEntryObjectEditor( wxWindow* parent, Game & game_, TextEntryObject & object_ ) :
game(game_),
mainEditorCommand(mainEditorCommand_),
object(object_)
{
//(*Initialize(TextEntryObjectEditor)