Skip to content

Commit 8927ba6

Browse files
committedJul 14, 2024
- changed: In unit NppSupport.pas, remove duplicate line.
1 parent 7cc5274 commit 8927ba6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎src/Lib/NppSupport.pas

+1-2
Original file line numberDiff line numberDiff line change
@@ -261,8 +261,7 @@ interface
261261
// Show the plugin dialog (switch to plugin tab) with the given name.
262262
// - name should be the same value as previously used to register the dialog (pszName of tTbData)
263263
// Return TRUE
264-
// Return TRUE
265-
264+
266265
NPPM_RELOADFILE = (NPPMSG + 36);
267266
// BOOL NPPM_RELOADFILE(BOOL withAlert, TCHAR *filePathName2Reload)
268267
// This Message reloads the file indicated in filePathName2Reload.

0 commit comments

Comments
 (0)
Please sign in to comment.