Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

shellext: make constant menu string pointers const

Changeset 0b980f6a6400

Parent dd4619fe1cce

by Adrian Buehlmann

Changes to one file · Browse files at 0b980f6a6400 Showing diff from parent dd4619fe1cce Diff from another changeset...

 
111
112
113
114
 
115
116
117
 
121
122
123
124
 
125
126
127
128
129
130
131
 
132
133
134
 
111
112
113
 
114
115
116
117
 
121
122
123
 
124
125
126
127
128
129
130
 
131
132
133
134
@@ -111,7 +111,7 @@
  {"", L"", L"", ".ico", 0},  };   -const char* RepoNoFilesMenu = +const char* const RepoNoFilesMenu =   "commit status shelve vidff sep"   " add revert rename forget remove sep"   " log update grep sep" @@ -121,14 +121,14 @@
  " about"  ;   -const char* RepoFilesMenu = +const char* const RepoFilesMenu =   "commit status vidff sep"   " add revert rename forget remove sep"   " log datamine sep"   " about"  ;   -const char* NoRepoMenu = +const char* const NoRepoMenu =   "clone init shellconf userconf thgstatus sep"   " about"  ;