view pidgin/win32/MinimizeToTray.h @ 27719:8de82ce7de5c

Fix a translation issue. Closes #7316. Pointed out by 'bughunter2' and verified by Hylke.
author Paul Aurich <paul@darkrain42.org>
date Mon, 20 Jul 2009 07:12:34 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */