rename setScreenViewMode to setScreenMode

This commit is contained in:
Qingping Hou
2013-02-03 13:13:46 +08:00
parent 2218d3bd73
commit 0dba667937
6 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ CreOptions = {
item_text = {"portrait", "landscape"},
args = {"portrait", "landscape"},
default_arg = nil,
event = "SetScreenViewMode",
event = "SetScreenMode",
}
}
},