comparison src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h @ 491:e3215923077a

Adapted the Notepad++ plugin to make use of the new class SettingsPaths. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@731 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 16 Jun 2008 07:47:31 +0000
parents 5fe3aefed089
children 1a61b405be21
comparison
equal deleted inserted replaced
490:0d58db39775f 491:e3215923077a
25 #include "SysMsg.h" 25 #include "SysMsg.h"
26 #include "PluginInterface.h" 26 #include "PluginInterface.h"
27 #include "Notepad_plus_rc.h" 27 #include "Notepad_plus_rc.h"
28 #include "Scintilla.h" 28 #include "Scintilla.h"
29 #include <TCHAR.H> 29 #include <TCHAR.H>
30
31 #include "SettingsPaths.h"
30 32
31 /* menu position in funcItem */ 33 /* menu position in funcItem */
32 #define TOGGLE_DOCKABLE_WINDOW_INDEX 0 34 #define TOGGLE_DOCKABLE_WINDOW_INDEX 0
33 35
34 36