Skip to content

Commit

Permalink
update menu
Browse files Browse the repository at this point in the history
  • Loading branch information
thantthet committed Jan 15, 2020
1 parent 00035ab commit 137b3d1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified windows/KeyMagic2/KeyMagic2/KeyMagic2.aps
Binary file not shown.
Binary file modified windows/KeyMagic2/KeyMagic2/KeyMagic2.rc
Binary file not shown.
2 changes: 1 addition & 1 deletion windows/KeyMagic2/KeyMagic2/MainWindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ void MainWindow::AddKeyboardFile(LPCTSTR filePath)
ReloadKeyboards();
}
else {
MessageBox(NULL, _T("Copying failed while registering keyboard!"), _T("Oh Snap!"), MB_OK | MB_ICONERROR);
MessageBox(hWnd, _T("Copying failed while registering keyboard!"), _T("Oh Snap!"), MB_OK | MB_ICONERROR);
}
}

Expand Down

0 comments on commit 137b3d1

Please sign in to comment.