Chaning window title of Win32 simulator

This commit is contained in:
Joel Bodenmann 2014-04-27 18:15:35 +02:00
parent 85dd732c2b
commit 6909345296

View File

@ -85,7 +85,7 @@ static HANDLE drawMutex;
#define WIN32_BUTTON_AREA 0
#endif
#define APP_NAME "uGFX"
#define APP_NAME "uGFX Simulator"
typedef struct winPriv {
HWND hwnd;