Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
Update version number
  • Loading branch information
ryanries committed Jun 10, 2015
1 parent ecc3e32 commit d82f790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ int CALLBACK WinMain(_In_ HINSTANCE Instance, _In_opt_ HINSTANCE, _In_ LPSTR, _I
G_TrayNotifyIconData.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP;
G_TrayNotifyIconData.uCallbackMessage = WM_TRAYICON;

wcscpy_s(G_TrayNotifyIconData.szTip, L"Universal Pause Button v1.0.1");
wcscpy_s(G_TrayNotifyIconData.szTip, L"Universal Pause Button v1.0.2");

G_TrayNotifyIconData.hIcon = (HICON)LoadImage(GetModuleHandle(NULL), MAKEINTRESOURCE(IDI_ICON1), IMAGE_ICON, 0, 0, NULL);

Expand Down

0 comments on commit d82f790

Please sign in to comment.