Skip to content

Commit 9afe082

Browse files
donhogithub-actions[bot]
authored andcommitted
1 parent 6b2df3d commit 9afe082

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

src/Notepad_plus_msgs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// This file is part of Notepad++ project
2-
// Copyright (C)2024 Don HO <don.h@free.fr>
2+
// Copyright (C)2025 Don HO <don.h@free.fr>
33

44
// This program is free software: you can redistribute it and/or modify
55
// it under the terms of the GNU General Public License as published by

src/menuCmdID.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -594,10 +594,10 @@
594594

595595

596596
#define IDM_SETTING (IDM + 8000)
597-
// #define IDM_SETTING_TAB_SIZE (IDM_SETTING + 1)
598-
// #define IDM_SETTING_TAB_REPLACESPACE (IDM_SETTING + 2)
599-
// #define IDM_SETTING_HISTORY_SIZE (IDM_SETTING + 3)
600-
// #define IDM_SETTING_EDGE_SIZE (IDM_SETTING + 4)
597+
// #define IDM_SETTING_TAB_SIZE (IDM_SETTING + 1)
598+
// #define IDM_SETTING_TAB_REPLACESPACE (IDM_SETTING + 2)
599+
// #define IDM_SETTING_HISTORY_SIZE (IDM_SETTING + 3)
600+
// #define IDM_SETTING_EDGE_SIZE (IDM_SETTING + 4)
601601
#define IDM_SETTING_IMPORTPLUGIN (IDM_SETTING + 5)
602602
#define IDM_SETTING_IMPORTSTYLETHEMES (IDM_SETTING + 6)
603603
#define IDM_SETTING_TRAYICON (IDM_SETTING + 8)

0 commit comments

Comments
 (0)