mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-22 13:24:42 +02:00
Clean up
This commit is contained in:
parent
eba913d887
commit
1205ab9805
@ -26,17 +26,10 @@
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
|
||||
#ifndef ABOUT_DLG_H
|
||||
#define ABOUT_DLG_H
|
||||
#pragma once
|
||||
|
||||
#ifndef URLCTRL_INCLUDED
|
||||
#include "URLCtrl.h"
|
||||
#endif// URLCTRL_INCLUDED
|
||||
|
||||
#ifndef RESOURCE_H
|
||||
#include "resource.h"
|
||||
#endif// RESOURCE_H
|
||||
|
||||
#include "StaticDialog.h"
|
||||
|
||||
#define LICENCE_TXT \
|
||||
@ -103,5 +96,3 @@ private:
|
||||
URLCtrl _copyToClipboardLink;
|
||||
};
|
||||
|
||||
|
||||
#endif //ABOUT_DLG_H
|
||||
|
@ -25,13 +25,8 @@
|
||||
// along with this program; if not, write to the Free Software
|
||||
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
|
||||
|
||||
|
||||
#ifndef DOCUMENTMAP_RC_H
|
||||
#define DOCUMENTMAP_RC_H
|
||||
#pragma once
|
||||
|
||||
#define IDD_DOCUMENTMAP 3300
|
||||
#define IDD_VIEWZONE 3320
|
||||
#define IDC_VIEWZONECANVAS (IDD_VIEWZONE + 1)
|
||||
|
||||
#endif // DOCUMENTMAP_RC_H
|
||||
|
||||
|
@ -356,6 +356,9 @@
|
||||
//See fileBrowser_rc.h
|
||||
//#define IDD_FILEBROWSER 3500
|
||||
|
||||
//See documentSnapshot_rc.h
|
||||
//#define IDD_DOCUMENSNAPSHOT 3600
|
||||
|
||||
// See regExtDlg.h
|
||||
//#define IDD_REGEXT 4000
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user