From 456e03c0e942e8082f1fd67c6f852524fe300710 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 14 Jun 2015 17:53:34 +0300 Subject: Rename CREATEWIDGET* macroses. --- src/actions/actions.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/actions') diff --git a/src/actions/actions.cpp b/src/actions/actions.cpp index dd6e57eae..088d0706e 100644 --- a/src/actions/actions.cpp +++ b/src/actions/actions.cpp @@ -144,7 +144,7 @@ static int uploadUpdate(void *ptr, } else { - CREATEWIDGET0(OkDialog, + CREATEWIDGET(OkDialog, // TRANSLATORS: file uploaded message _("File uploaded"), str, @@ -395,7 +395,7 @@ impHandler0(quit) } else if (!quitDialog) { - CREATEWIDGET(quitDialog, QuitDialog, + CREATEWIDGETV(quitDialog, QuitDialog, &quitDialog); quitDialog->requestMoveToTop(); return true; @@ -720,7 +720,7 @@ impHandler(talk) } else if (being->getType() == ActorType::Player) { - CREATEWIDGET0(BuySellDialog, + CREATEWIDGET(BuySellDialog, being->getName()); } return true; -- cgit v1.2.3-60-g2f50