diff options
| author | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-16 17:23:03 +0000 | 
|---|---|---|
| committer | Tobias Weimer <wishmaster51@googlemail.com> | 2012-10-16 17:23:03 +0000 | 
| commit | bdc81711ae27f0179a13eb0b90b4fb6c0a1c2f08 (patch) | |
| tree | 641938104b411024995520a77c6acadc15e0633d /protocols/YAMN/src | |
| parent | c5a519e8b20fd2c1e307de53233ad19ef300bcbb (diff) | |
fixed icon names
git-svn-id: http://svn.miranda-ng.org/main/trunk@1958 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/YAMN/src')
| -rw-r--r-- | protocols/YAMN/src/main.cpp | 18 | 
1 files changed, 9 insertions, 9 deletions
diff --git a/protocols/YAMN/src/main.cpp b/protocols/YAMN/src/main.cpp index 196e96b213..3bd2392936 100644 --- a/protocols/YAMN/src/main.cpp +++ b/protocols/YAMN/src/main.cpp @@ -245,7 +245,7 @@ int SystemModulesLoaded(WPARAM, LPARAM)  struct TIconListItem
  {
 -	char*  szDescr;
 +	TCHAR*  szDescr;
  	char*  szName;
  	int    defIconID;
  	HANDLE hIcon;
 @@ -253,14 +253,14 @@ struct TIconListItem  static TIconListItem iconList[] = 
  {
 -	{ LPGEN("Neutral"),            "YAMN_Neutral",        IDI_ONLINE,   0 },
 -	{ LPGEN("YAMN"),               "YAMN",                IDI_ICOYAMN1, 0 },
 -	{ LPGEN("New Mail"),           "YAMN_NewMail",        IDI_ICOYAMN2, 0 },
 -	{ LPGEN("Connect Fail"),       "YAMN_ConnectFail",    IDI_NA,       0 },
 -	{ LPGEN("Launch Application"), "YAMN_ApplExec",       IDI_OCCUPIED, 0 },
 -	{ LPGEN("TopToolBar UP"),      "YAMN_TopToolBarUp",   IDI_ICOTTBUP, 0 },
 -	{ LPGEN("TopToolBar Down"),    "YAMN_TopToolBarDown", IDI_OCCUPIED, 0 },
 -	{ LPGEN("Offline"),            "YAMN_Offline",        IDI_OFFLINE,  0 }
 +	{ LPGENT("Neutral"),            "YAMN_Neutral",        IDI_ONLINE,   0 },
 +	{ LPGENT("YAMN"),               "YAMN",                IDI_ICOYAMN1, 0 },
 +	{ LPGENT("New Mail"),           "YAMN_NewMail",        IDI_ICOYAMN2, 0 },
 +	{ LPGENT("Connect Fail"),       "YAMN_ConnectFail",    IDI_NA,       0 },
 +	{ LPGENT("Launch Application"), "YAMN_ApplExec",       IDI_OCCUPIED, 0 },
 +	{ LPGENT("TopToolBar UP"),      "YAMN_TopToolBarUp",   IDI_ICOTTBUP, 0 },
 +	{ LPGENT("TopToolBar Down"),    "YAMN_TopToolBarDown", IDI_OCCUPIED, 0 },
 +	{ LPGENT("Offline"),            "YAMN_Offline",        IDI_OFFLINE,  0 }
  };
  static void LoadIcons()
  | 
