Skip to content

Use wxString::Format only for true formatting#797

Merged
tturocy merged 1 commit intomasterfrom
issue_792
Mar 11, 2026
Merged

Use wxString::Format only for true formatting#797
tturocy merged 1 commit intomasterfrom
issue_792

Conversation

@tturocy
Copy link
Copy Markdown
Member

@tturocy tturocy commented Mar 11, 2026

This removes usages of wxString::Format which were simply instances of converting or inserting numbers into strings. The re-written versions allow for type checking/selection at compile time, eliminating a source of runtime warning dialogs.

This removes usages of wxString::Format which were simply
instances of converting or inserting numbers into strings.
The re-written versions allow for type checking/selection at compile time, eliminating a source
of runtime warning dialogs.
@tturocy tturocy merged commit 42995dd into master Mar 11, 2026
26 checks passed
@tturocy tturocy deleted the issue_792 branch March 11, 2026 12:32
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.

1 participant