forked from metin2/client
Added game files from TMP4
This commit is contained in:
@ -55,15 +55,15 @@ class PopupDialog(ui.ScriptWindow):
|
||||
self.acceptEvent = event
|
||||
|
||||
def SetButtonName(self, name):
|
||||
self.accceptButton.SetText(ButtonName)
|
||||
self.accceptButton.SetText(name)
|
||||
|
||||
def OnPressEscapeKey(self):
|
||||
self.Close()
|
||||
return TRUE
|
||||
return True
|
||||
|
||||
def OnIMEReturn(self):
|
||||
self.Close()
|
||||
return TRUE
|
||||
return True
|
||||
|
||||
class InputDialog(ui.ScriptWindow):
|
||||
|
||||
@ -270,7 +270,7 @@ class QuestionDialog(ui.ScriptWindow):
|
||||
|
||||
def OnPressEscapeKey(self):
|
||||
self.Close()
|
||||
return TRUE
|
||||
return True
|
||||
|
||||
class QuestionDialog2(QuestionDialog):
|
||||
|
||||
|
Reference in New Issue
Block a user