Skip to content

Commit

Permalink
Change the invalid URL to the valid one
Browse files Browse the repository at this point in the history
  • Loading branch information
donho committed Jan 30, 2024
1 parent ee666ff commit 319c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NppPluginDemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ extern "C" __declspec(dllexport) void beNotified(SCNotification *notifyCode)
// Here you can process the Npp Messages
// I will make the messages accessible little by little, according to the need of plugin development.
// Please let me know if you need to access to some messages :
// http://sourceforge.net/forum/forum.php?forum_id=482781
// https://github.com/notepad-plus-plus/notepad-plus-plus/issues
//
extern "C" __declspec(dllexport) LRESULT messageProc(UINT /*Message*/, WPARAM /*wParam*/, LPARAM /*lParam*/)
{/*
Expand Down

0 comments on commit 319c80b

Please sign in to comment.