Index: src/ch/shortcutsdlg.h
===================================================================
diff -u -N -r449a5b399ab21ca0d06050b47b264f2f704af966 -r9ea1e103b5fa4ddfebf8028f121ce16e917eec04
--- src/ch/shortcutsdlg.h	(.../shortcutsdlg.h)	(revision 449a5b399ab21ca0d06050b47b264f2f704af966)
+++ src/ch/shortcutsdlg.h	(.../shortcutsdlg.h)	(revision 9ea1e103b5fa4ddfebf8028f121ce16e917eec04)
@@ -19,8 +19,6 @@
 #ifndef __SHORTCUTSDLG_H__
 #define __SHORTCUTSDLG_H__
 
-#include "charvect.h"
-
 /////////////////////////////////////////////////////////////////////////////
 // CShortcutsDlg dialog
 
@@ -48,8 +46,8 @@
 
 // Implementation
 public:
-	const char_vector *m_pcvRecent;	// one way only
-	char_vector m_cvShortcuts;		// two-way - shortcuts are being returned through this member
+	const std::vector<CString> *m_pcvRecent;	// one way only
+	std::vector<CString> m_cvShortcuts;		// two-way - shortcuts are being returned through this member
 protected:
 	void UpdateComboIcon();
 	void SetComboPath(LPCTSTR lpszPath);