Menu

#9 Compare Plugin Typo - ID: 1935479

open
5
2009-06-03
2009-06-03
Anonymous
No

I found the typo in Compare.cpp and fixed it.
Old...
V
185. ::MessageBox(nppData._nppHandle,TEXT("Can't locate SVN information"),TEXT("File Not Fount"),MB_OK);

New...

185. ::MessageBox(nppData._nppHandle,TEXT("Can't locate SVN information"),TEXT("File Not Found"),MB_OK);

Discussion

  • Nobody/Anonymous

    Contained typo at line 185.

     
  • Nobody/Anonymous

    This was my first attempt at a patch ever. I forgot to submit the file as something else besides a .cpp file. Check Patch ID: 2800381 for a Compare.patch file.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.