pidgin/win32/MinimizeToTray.h@b793ef258d23
pidgin/win32/MinimizeToTray.h
Mon, 22 Jan 2007 09:27:02 +0000
- author
- Sean Egan <seanegan@pidgin.im>
- date
- Mon, 22 Jan 2007 09:27:02 +0000
- changeset 15444
- b793ef258d23
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
I think this changes every user-visible string that contains 'Gaim.' We probably want the UI to be able
to provide a user-readable client name as well as website, as some of my re-wordings come out somewhat awkward when I force not mentioning Gaim
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */