修改about显示版本号
This commit is contained in:
parent
6fe5ab323e
commit
72f279c6b7
|
@ -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…
Reference in New Issue
Block a user