Fix: Automatic line breaking of the warning
This commit is contained in:
@@ -637,7 +637,6 @@ void SQGSWindow_Register(Squirrel *engine)
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QS_CAPTION, "WID_QS_CAPTION");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QS_TEXT, "WID_QS_TEXT");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QS_WARNING, "WID_QS_WARNING");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QS_WARNINGBOX, "WID_QS_WARNINGBOX");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QS_DEFAULT, "WID_QS_DEFAULT");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QS_CANCEL, "WID_QS_CANCEL");
|
||||
SQGSWindow.DefSQConst(engine, ScriptWindow::WID_QS_OK, "WID_QS_OK");
|
||||
|
@@ -1599,7 +1599,6 @@ public:
|
||||
WID_QS_CAPTION = ::WID_QS_CAPTION, ///< Caption of the window.
|
||||
WID_QS_TEXT = ::WID_QS_TEXT, ///< Text of the query.
|
||||
WID_QS_WARNING = ::WID_QS_WARNING, ///< Warning label about password security
|
||||
WID_QS_WARNINGBOX = ::WID_QS_WARNINGBOX, ///< Container for warning label
|
||||
WID_QS_DEFAULT = ::WID_QS_DEFAULT, ///< Default button.
|
||||
WID_QS_CANCEL = ::WID_QS_CANCEL, ///< Cancel button.
|
||||
WID_QS_OK = ::WID_QS_OK, ///< OK button.
|
||||
|
Reference in New Issue
Block a user