diff options
author | Brad King <brad.king@kitware.com> | 2003-07-23 21:28:44 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-07-23 21:28:44 (GMT) |
commit | 6849cbdfcbedf61c7e76ea49b6c5800107bdf420 (patch) | |
tree | b93d7d6419cb87c5cf8c82d540a65cfdf918586a /Source/MFCDialog/CMakeSetupDialog.h | |
parent | fde552ea6e43b9950029883076377f750bd60ce7 (diff) | |
download | CMake-6849cbdfcbedf61c7e76ea49b6c5800107bdf420.zip CMake-6849cbdfcbedf61c7e76ea49b6c5800107bdf420.tar.gz CMake-6849cbdfcbedf61c7e76ea49b6c5800107bdf420.tar.bz2 |
ENH: Improved behavior when run with arguments from the command line.
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.h')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.h b/Source/MFCDialog/CMakeSetupDialog.h index 5d475eb..a4a6983 100644 --- a/Source/MFCDialog/CMakeSetupDialog.h +++ b/Source/MFCDialog/CMakeSetupDialog.h @@ -97,8 +97,9 @@ protected: void FillCacheManagerFromCacheGUI(); // Create a shortcut on the desktop with the current Source/Build dir. int CreateShortcut(); - // Handle param or single dropped file. - void ChangeDirectoriesFromFile(const char *file); + + // Set initial directories from a file path. + void ChangeDirectoriesFromFile(const char* arg); HICON m_hIcon; CString m_RegistryKey; |