mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
fix for issue #9500
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/branches/gnustep_testplant_branch@39789 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
a33848a321
commit
39e7d68833
1 changed files with 2 additions and 2 deletions
|
@ -790,8 +790,8 @@ void _setupNotifyDataTextInfo(NOTIFYICONDATA ¬ifyData, const char *title, con
|
||||||
|
|
||||||
// This text will be shown as the icon's tooltip.
|
// This text will be shown as the icon's tooltip.
|
||||||
StrCpy(notifyData.szTip, informativeText);
|
StrCpy(notifyData.szTip, informativeText);
|
||||||
StrCpy(notifyData.szInfo, title);
|
StrCpy(notifyData.szInfo, informativeText);
|
||||||
StrCpy(notifyData.szInfoTitle, informativeText);
|
StrCpy(notifyData.szInfoTitle, title);
|
||||||
}
|
}
|
||||||
|
|
||||||
void _setupNotifyData(NOTIFYICONDATA ¬ifyData)
|
void _setupNotifyData(NOTIFYICONDATA ¬ifyData)
|
||||||
|
|
Loading…
Reference in a new issue