修改about菜单

This commit is contained in:
阿甘 2024-07-07 22:43:58 +08:00
parent 5fe1352ed6
commit 6fe5ab323e

View File

@ -260,7 +260,7 @@ g_teMenus.exportTxt = function(ctrl){
//menu-关于 //menu-关于
g_teMenus.showAbout = function(ctrl){ g_teMenus.showAbout = function(ctrl){
return function(){ return function(){
mainForm.g_flexcell.AboutBox(); mainForm.msgbox(mainForm.text);
} }
} }