comparison src/UniversalIndentGUI_NPP/UniversalIndentGUI_NPP.h @ 493:1a61b405be21

Corrected the read text length and some other smaller changes like window icon and menu checkability. git-svn-id: svn://svn.code.sf.net/p/universalindent/code/trunk@733 59b1889a-e5ac-428c-b0c7-476e01d41282
author thomas_-_s <thomas_-_s@59b1889a-e5ac-428c-b0c7-476e01d41282>
date Mon, 16 Jun 2008 08:56:27 +0000
parents e3215923077a
children 97e85897faec
comparison
equal deleted inserted replaced
492:9b091f4bab8d 493:1a61b405be21
33 /* menu position in funcItem */ 33 /* menu position in funcItem */
34 #define TOGGLE_DOCKABLE_WINDOW_INDEX 0 34 #define TOGGLE_DOCKABLE_WINDOW_INDEX 0
35 35
36 36
37 /* ini file name */ 37 /* ini file name */
38 CONST TCHAR PLUGINTEMP_INI[] = _T("\\PluginManager.ini"); 38 CONST TCHAR PLUGINTEMP_INI[] = _T("\\UniversalIndentGUI.ini");
39 39
40 /* param names of ini file */ 40 /* param names of ini file */
41 /* section */ 41 /* section */
42 CONST TCHAR dlgTemp[] = _T("Plugin Template"); 42 CONST TCHAR dlgTemp[] = _T("UniversalIndentGUI");
43 /* keys of section */ 43 /* keys of section */
44 CONST TCHAR Value1[] = _T("Value1"); 44 CONST TCHAR Value1[] = _T("Value1");
45 CONST TCHAR Value2[] = _T("Value2"); 45 CONST TCHAR Value2[] = _T("Value2");
46 46
47 47