From d135488b3ff315cfda1c757d83da6d38086b608a Mon Sep 17 00:00:00 2001 From: komaruchan Date: Thu, 19 Mar 2015 13:22:27 +0800 Subject: [PATCH] Change the version info in About dialog. --- mp4box/MainForm.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mp4box/MainForm.cs b/mp4box/MainForm.cs index d76114b..76f1ace 100644 --- a/mp4box/MainForm.cs +++ b/mp4box/MainForm.cs @@ -1979,14 +1979,14 @@ namespace mp4box DateTime CompileDate = System.IO.File.GetLastWriteTime(this.GetType().Assembly.Location); //获得程序编译时间 QQMessageBox.Show( this, - "小丸工具箱 月儿版 SP1\r\n主页:http://maruko.appinn.me/ \r\n编译日期:" + CompileDate.ToString(), + "小丸工具箱 七七版\r\n主页:http://www.maruko.in/ \r\n编译日期:" + CompileDate.ToString(), "关于", QQMessageBoxIcon.Information, QQMessageBoxButtons.OK); } private void HomePageBtn_Click(object sender, EventArgs e) { - System.Diagnostics.Process.Start("http://maruko.appinn.me/"); + System.Diagnostics.Process.Start("http://www.maruko.in/"); } #endregion #region 视频页面 -- 2.11.4.GIT