Changeset 181 for Docking/CoolDocking/UCoolDockPopupMenu.pas
- Timestamp:
- Mar 9, 2011, 10:56:47 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Docking/CoolDocking/UCoolDockPopupMenu.pas
r180 r181 35 35 36 36 uses 37 UCoolDocking, UCoolDockStyleTabs ;37 UCoolDocking, UCoolDockStyleTabs, UCoolDockCustomize; 38 38 39 39 resourcestring … … 245 245 if Assigned(Master) and 246 246 Assigned(Master.Customize) then 247 Master.Customize.Execute;247 TCoolDockCustomize(Master.Customize).Execute; 248 248 end; 249 249
Note:
See TracChangeset
for help on using the changeset viewer.