Skip to content

Commit

Permalink
improve
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 18, 2024
1 parent 95613be commit 0f55235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XgFileSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ XgFileSettingsDlgProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
hCmb2 = GetDlgItem(hwnd, cmb2);
ComboBox_AddString(hCmb2, L"Crossword-%Wx%H-%4N.xd");
ComboBox_AddString(hCmb2, L"Crossword-%5N.xd");
ComboBox_AddString(hCmb2, L"Crossword-%Y%M%D-%h%m%s-%N.xd");
ComboBox_AddString(hCmb2, L"Cross-%Y%M%D-%h%m%s-%N.xd");
ComboBox_SetText(hCmb2, xg_szNumberingFileName1);
// 連番ファイル名2。
hCmb3 = GetDlgItem(hwnd, cmb3);
Expand Down

0 comments on commit 0f55235

Please sign in to comment.