From aeff3080bab2df321169cf4903e3b8bde1f3684a Mon Sep 17 00:00:00 2001 From: nuintun Date: Sun, 22 Nov 2015 12:51:58 +0800 Subject: [PATCH] update files --- bin/app-configure.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/app-configure.js b/bin/app-configure.js index ab7506a..735f8d5 100644 --- a/bin/app-configure.js +++ b/bin/app-configure.js @@ -257,7 +257,7 @@ AppConfigure.prototype = { title: this.title, defaultPath: TEMPCONFIGUREPATH, properties: ['openFile'], - filters: [{ name: 'Configure Files', extensions: ['config'] }] + filters: [{ name: '配置文件', extensions: ['config'] }] }, function (paths){ if (paths) { fs.readFile(paths[0], function (error, configure){ @@ -300,7 +300,7 @@ AppConfigure.prototype = { dialog.showSaveDialog(this.window, { title: this.title, defaultPath: TEMPCONFIGUREPATH, - filters: [{ name: 'Configure Files', extensions: ['config'] }] + filters: [{ name: '配置文件', extensions: ['config'] }] }, function (path){ if (path) { fs.createReadStream(CONFIGUREPATH)