Skip to content

Commit

Permalink
correct typo STRT_REPLACE -> STR_REPLACE to fix issue notepad-plus-pl…
Browse files Browse the repository at this point in the history
  • Loading branch information
chcg committed Apr 10, 2018
1 parent 985fa65 commit 73bdc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PowerEditor/src/NppIO.cpp
Expand Up @@ -396,7 +396,7 @@ BufferID Notepad_plus::doOpen(const generic_string& fileName, bool isRecursive,
{
_nativeLangSpeaker.messageBox("OpenFileError",
_pPublicInterface->getHSelf(),
TEXT("Can not open file \"$STRT_REPLACE$\"."),
TEXT("Can not open file \"$STR_REPLACE$\"."),
TEXT("ERROR"),
MB_OK,
0,
Expand Down

0 comments on commit 73bdc87

Please sign in to comment.