Skip to content

Commit

Permalink
move default save location 2
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Apr 1, 2024
1 parent fae9d9d commit 5bc612e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1166,7 +1166,7 @@ bool __fastcall XgLoadSettings(void)
::SHGetSpecialFolderLocation(nullptr, CSIDL_PERSONAL, &pidl);
::SHGetPathFromIDListW(pidl, szPath);
::CoTaskMemFree(pidl);
PathAppendW(szPath, L"XWordGiver files");
PathAppendW(szPath, L"XWordGiver");
xg_dirs_save_to.emplace_back(szPath);
}

Expand Down
4 changes: 2 additions & 2 deletions HISTORY.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
- 2024-XX-YY ver.5.2.0
- Improved "Edit" and "View" menus.
- Enabled to correctly undo input using "Input Candidates".
- Changed the default save location from "My Documents" to "My Documents\XWordGiver files".
- Changed the default save location from "My Documents" to "My Documents\XWordGiver".

# 開発履歴 (Japanese)

Expand Down Expand Up @@ -899,4 +899,4 @@
- 2024年XX月YY日 ver.5.2.0
- 「編集」「表示」メニューを改良。
- 「入力候補」による入力を正しく元に戻せるようにした。
- デフォルトの保存先を「マイ ドキュメント」から「マイ ドキュメント\XWordGiver files」に変更。
- デフォルトの保存先を「マイ ドキュメント」から「マイ ドキュメント\XWordGiver」に変更。

0 comments on commit 5bc612e

Please sign in to comment.