RxToolbar - add property CustomizeShortCut - allow change ShortCut in config dialog

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4421 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
alexs75
2016-01-14 10:13:52 +00:00
parent 91a51d1759
commit bda0aeb336
11 changed files with 381 additions and 120 deletions

View File

@ -236,6 +236,7 @@ const
sIndex = '.Index';
sSortMarker = '.SortMarker';
sSortField = '.SortField';
sShortCut = '.ShortCut';
implementation