mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 14:53:40 +00:00
[FORMATTING]
* No code changes. svn path=/trunk/; revision=56370
This commit is contained in:
parent
54d9802905
commit
b9a7b90af3
1 changed files with 716 additions and 714 deletions
|
@ -94,10 +94,12 @@ void ExplorerGlobals::read_persistent()
|
|||
_cfg_path.printf(TEXT("%s\\ros-explorer-cfg.xml"), _cfg_dir.c_str());
|
||||
|
||||
if (!_cfg.read_file(_cfg_path)) {
|
||||
if (!_cfg._errors.empty())
|
||||
MessageBox(_hwndDesktop, _cfg._errors.str(),
|
||||
TEXT("ROS Explorer - reading user settings"), MB_OK);
|
||||
|
||||
if (!_cfg._errors.empty()) {
|
||||
MessageBox(_hwndDesktop,
|
||||
_cfg._errors.str(),
|
||||
TEXT("ROS Explorer - reading user settings"),
|
||||
MB_OK);
|
||||
}
|
||||
_cfg.read_file(TEXT("explorer-cfg-template.xml"));
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue