修改about显示版本号
This commit is contained in:
parent
389f5f94d1
commit
5640c3876f
@ -260,7 +260,9 @@ g_teMenus.exportTxt = function(ctrl){
|
||||
//menu-关于
|
||||
g_teMenus.showAbout = function(ctrl){
|
||||
return function(){
|
||||
mainForm.msgbox(mainForm.text);
|
||||
import fsys.version;
|
||||
var version = fsys.version.getInfo(io._exepath).productVersion;
|
||||
mainForm.msgbox(version);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user