diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-14 19:39:26 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-14 19:39:26 (GMT) |
commit | 669f7e7f07944c4e50ccf0bf765f6fe6068f51ff (patch) | |
tree | 567f19d10e9cc7035518e76d5bec724d51d395e2 /Source/MFCDialog/CMakeSetupDialog.h | |
parent | f978b6f7ea62b54c4190e0f20633c2823c21beea (diff) | |
download | CMake-669f7e7f07944c4e50ccf0bf765f6fe6068f51ff.zip CMake-669f7e7f07944c4e50ccf0bf765f6fe6068f51ff.tar.gz CMake-669f7e7f07944c4e50ccf0bf765f6fe6068f51ff.tar.bz2 |
Quick addition: "Create shortcut" menu entry.
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h index 7cac124..bef4dbc 100644 --- a/Source/MFCDialog/CMakeSetupDialog.h +++ b/Source/MFCDialog/CMakeSetupDialog.h @@ -65,7 +65,8 @@ protected: void FillCacheGUIFromCacheManager(); // copy from the list box to the cache manager void FillCacheManagerFromCacheGUI(); - + // Create a shortcut on the desktop with the current Source/Build dir. + int CreateShortcut(); HICON m_hIcon; CString m_RegistryKey; |