summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-07-23 21:28:44 (GMT)
committerBrad King <brad.king@kitware.com>2003-07-23 21:28:44 (GMT)
commit6849cbdfcbedf61c7e76ea49b6c5800107bdf420 (patch)
treeb93d7d6419cb87c5cf8c82d540a65cfdf918586a /Source/MFCDialog/CMakeSetupDialog.h
parentfde552ea6e43b9950029883076377f750bd60ce7 (diff)
downloadCMake-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.h5
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;