Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in tip

fogcreek shellext: added braces

Changeset 8ee2db8769a2

Parent f331c3c3903d

by David Golub

Changes to one file · Browse files at 8ee2db8769a2 Showing diff from parent f331c3c3903d Diff from another changeset...

 
57
58
59
 
60
 
61
62
63
 
57
58
59
60
61
62
63
64
65
@@ -57,7 +57,9 @@
    // Look for translation of menu and help text   if (!strLang.IsEmpty()) + {   GetCMenuTranslation(strLang, md.strName, md.strMenuText, md.strHelpText); + }     m_mapMenuDesc[md.strName] = md;   }