Skip to content

Commit

Permalink
Merge pull request #449 from m-tmatma/feature/remove-share-ver
Browse files Browse the repository at this point in the history
バージョンダイアログの "Share Ver" 表記を削除する
  • Loading branch information
m-tmatma authored Sep 16, 2018
2 parents 470b812 + 8672907 commit 309eaf0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sakura_core/dlg/CDlgAbout.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,9 +205,6 @@ BOOL CDlgAbout::OnInitDialog( HWND hwndDlg, WPARAM wParam, LPARAM lParam )
// 段落区切り
cmemMsg.AppendString( _T("\r\n") );

// 共有メモリ情報
cmemMsg.AppendStringF(_T(" Share Ver: %3d\r\n"), N_SHAREDATA_VERSION);

// コンパイル情報
cmemMsg.AppendString( _T(" Compile Info: ") );
cmemMsg.AppendStringF(
Expand Down

0 comments on commit 309eaf0

Please sign in to comment.