Skip to content

Commit

Permalink
trivial
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Mar 20, 2018
1 parent 9fed69e commit 8f29c1a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion READMEJP.txt
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@
「リソースIDの追加」の改良。
「言語の一覧」を追加。
ツールバーを隠せるようになった。
2018.XX.YY ver.4.1
2018.03.21 ver.4.1
メニューとアクセスキーの編集で、正しくコマンドIDが読み込まれるようになった。
「リソースの追加」ダイアログを修正。
「リソースIDの一覧」ウィンドウに「値をコピー」メニュー項目を追加。
Expand Down
5 changes: 2 additions & 3 deletions src/RisohEditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@

MString GetLanguageStatement(WORD langid, BOOL bOldStyle);

const DWORD s_nMaxCaptions = 10;
static const DWORD s_nMaxCaptions = 10;
static const UINT s_nBackupMaxCount = 5;

//////////////////////////////////////////////////////////////////////////////

Expand Down Expand Up @@ -5536,8 +5537,6 @@ BOOL DeleteDirectoryDx(LPCTSTR pszDir)
return RemoveDirectory(pszDir);
}

static const UINT s_nBackupMaxCount = 5;

BOOL MMainWnd::DoBackupFolder(LPCWSTR pszPath, UINT nCount)
{
if (GetFileAttributes(pszPath) != 0xFFFFFFFF)
Expand Down

0 comments on commit 8f29c1a

Please sign in to comment.