pidgin/win32/MinimizeToTray.h

Sat, 15 May 2010 03:24:24 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Sat, 15 May 2010 03:24:24 +0000
changeset 30259
01eb5d70e51a
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Automatically select the translation corresponding to the installer language.
Fixes #11882

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial