Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.1, 0.8.2, and 0.8.3

shellext: remove TRACE output on HandleMenuMsg2

Changeset 1105cb576c58

Parent e96a31b0b07e

by Adrian Buehlmann

Changes to one file · Browse files at 1105cb576c58 Showing diff from parent e96a31b0b07e Diff from another changeset...

 
520
521
522
523
524
525
526
 
520
521
522
 
523
524
525
@@ -520,7 +520,6 @@
 CShellExt::HandleMenuMsg2(   UINT uMsg, WPARAM wParam, LPARAM lParam, LRESULT* pResult)  { - TDEBUG_ENTER("CShellExt::HandleMenuMsg2");   // A great tutorial on owner drawn menus in shell extension can be found   // here: http://www.codeproject.com/shell/shellextguide7.asp