File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -166,6 +166,8 @@ class CGenPropertyPage : public CPropertyPage
166
166
167
167
virtual bool CheckIfTemporary (CObject * pItem) = 0; // is this a temporary item?
168
168
169
+ // virtual BOOL PreTranslateMessage(MSG* msg );
170
+
169
171
// ================== end of virtual functions =======================
170
172
171
173
// add a single list control item - returns new item number
Original file line number Diff line number Diff line change @@ -1838,3 +1838,12 @@ CEditMultiLine dlg;
1838
1838
return true ;
1839
1839
} // end of CGenPropertyPage::EditFilterText
1840
1840
1841
+ /*
1842
+ BOOL CGenPropertyPage::PreTranslateMessage(MSG* msg )
1843
+ {
1844
+ if( IsDialogMessage( msg ) )
1845
+ return TRUE;
1846
+ else
1847
+ return CWnd::PreTranslateMessage( msg );
1848
+ }
1849
+ */
You can’t perform that action at this time.
0 commit comments