Skip to content

Commit

Permalink
change to repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
azlan committed Nov 29, 2016
1 parent 268037e commit fb44622
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# hexcalc for reverse
# WinHexCalc

Easy to use calculator

easy to use calculator
2 changes: 1 addition & 1 deletion winmain.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE, LPSTR, int nCmdShow)
hwnd = CreateWindowEx(
WS_EX_CLIENTEDGE,
g_szClassName,
"Reverser calc (32bit)- v0.1.1 - azlan.mukhtar@gmail.com",
"WinHexCalc v0.1 - https://www.github.com/azlan/WinHexCalc",
WS_OVERLAPPEDWINDOW,
CW_USEDEFAULT, CW_USEDEFAULT, 640, 480,
NULL, NULL, hInstance, NULL);
Expand Down

0 comments on commit fb44622

Please sign in to comment.