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 0b8f371 commit 976a172
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 @@ -166,7 +166,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 976a172

Please sign in to comment.