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