Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cafali/SnapKey
Browse files Browse the repository at this point in the history
  • Loading branch information
minteeaa committed Aug 15, 2024
2 parents af71d41 + 5092156 commit 4cbf44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SnapKey.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,7 @@ bool LoadConfig(const std::string& filename)
}
else
{
MessageBox(NULL, TEXT("Config has repeating keys in different groups -- aborting."), TEXT("Error"), MB_ICONEXCLAMATION | MB_OK);
MessageBox(NULL, TEXT("config.cfg contains duplicate keys across various groups, please review and correct the setup."), TEXT("SnapKey Error"), MB_ICONEXCLAMATION | MB_OK);
return false;
}
}
Expand Down

0 comments on commit 4cbf44a

Please sign in to comment.