Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0.3, 2.0.4, and 2.0.5

stable cmenu: make CDndMenuDescList const

Changeset 131971d99ecf

Parent 14fd3f27c203

by Adrian Buehlmann

Changes to one file · Browse files at 131971d99ecf Showing diff from parent 14fd3f27c203 Diff from another changeset...

 
7
8
9
10
 
11
12
13
 
7
8
9
 
10
11
12
13
@@ -7,7 +7,7 @@
 // According to http://msdn.microsoft.com/en-us/library/bb776094%28VS.85%29.aspx  // the help texts for the commands should be reasonably short (under 40 characters)   -static MenuDescription CDndMenuDescList[] = +static const MenuDescription CDndMenuDescList[] =  {   {"drag_move", L"Hg Move versioned item(s) here",   L"", "hg.ico", 0},