• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

MIDITrail をピカピカにする。鍵盤方向自動切替・多ポート・歌詞対応等


コミットメタ情報

リビジョン6e6f46e7948344e12e9fdfea94eb3ad0f8110ebc (tree)
日時2016-12-24 04:22:35
作者yoshy <yoshy@user...>
コミッターyoshy

ログメッセージ

[FIX] Aboutダイアログのバージョン情報の表示を修正

変更サマリ

差分

--- a/MIDITrail/MIDITrail.rc
+++ b/MIDITrail/MIDITrail.rc
@@ -309,9 +309,9 @@ END
309309
310310 STRINGTABLE
311311 BEGIN
312-// >>> modify 20140920 yossiepon begin
312+// >>> modify 20161223 yossiepon begin
313313 IDS_APP_TITLE "MIDITrail 1.2.2 mod. yossiepon_20161223"
314-// <<< modify 20140920 yossiepon end
314+// <<< modify 20161223 yossiepon end
315315 IDC_MIDITRAIL "MIDITRAIL"
316316 END
317317
--- a/MIDITrail/MIDITrailVersion.h
+++ b/MIDITrail/MIDITrailVersion.h
@@ -16,8 +16,8 @@
1616 //******************************************************************************
1717
1818 //バージョン文字列
19-#define MIDITRAIL_VERSION_STRING_X86 _T("Version 1.2.2 (32bit) mod. yossiepon_20161223")
20-#define MIDITRAIL_VERSION_STRING_X64 _T("Version 1.2.2 (64bit) mod. yossiepon_20161223")
19+#define MIDITRAIL_VERSION_STRING_X86 _T("1.2.2 (x86), mod. yossiepon_20161223")
20+#define MIDITRAIL_VERSION_STRING_X64 _T("1.2.2 (x64), mod. yossiepon_20161223")
2121
2222 //コピーライト
2323 #define MIDITRAIL_COPYRIGHT _T("Copyright (C) 2010-2016 WADA Masashi");