Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Commit

Permalink
Replace '_()' with wxT()
Browse files Browse the repository at this point in the history
  • Loading branch information
generic-pers0n committed Jul 5, 2022
1 parent 159d6d5 commit ae8a21e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/FileDialog/win/FileDialogPrivate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ static bool ShowCommFileDialog(OPENFILENAME *of, long style)
// common dialog failed - why?
if ( errCode != 0 )
{
wxLogError(_("File dialog failed with error code %0lx."), errCode);
wxLogError(wxT("File dialog failed with error code %0lx."), errCode);
}
//else: it was just cancelled

Expand Down

0 comments on commit ae8a21e

Please sign in to comment.