Skip to content

Use correct params for MessageBox.Show(); fix typos#162

Merged
ErikEJ merged 1 commit intoErikEJ:masterfrom
mikeblas:titles
Oct 8, 2024
Merged

Use correct params for MessageBox.Show(); fix typos#162
ErikEJ merged 1 commit intoErikEJ:masterfrom
mikeblas:titles

Conversation

@mikeblas
Copy link
Contributor

@mikeblas mikeblas commented Oct 7, 2024

This checkin adds titles to message boxes, which were previously blank. A message box title should identify the app which created the message box.

A couple of MessageBox calls incorrectly used the title parameter for parts of the message.

Also fixes a couple of typos while driving by.

See issue #161, which identifies the problem with un-titled message boxes.

This checkin adds titles to message boxes, which were previously blank. A message box title should identify the app which created the message box.

A couple of MessgaeBox calls incorrectly used the title parameter for parts of the message.

Also fixes a couple of typos while driving by.
@ErikEJ
Copy link
Owner

ErikEJ commented Oct 8, 2024

@mikeblas Thanks, I wish these changes could be made without all the designer changes, it is a nightmare to review what the actual changes are

@ErikEJ ErikEJ merged commit 7f338a3 into ErikEJ:master Oct 8, 2024
@ErikEJ
Copy link
Owner

ErikEJ commented Oct 8, 2024

@mikeblas Thanks for your contribution!

@mikeblas
Copy link
Contributor Author

mikeblas commented Oct 9, 2024

Yeah, I noticed that. Is there a way to do so? I just added one string so that the name of the app could be localized, if ever needed. ("Le SqlQueryStress" vs "Du SqlQueryStress", or something. LOL.)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants