1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Update actions when filling the context menu.

This commit is contained in:
Mikhail Khodjaiants 2003-02-13 00:01:15 +00:00
parent 3a36728a66
commit c6f9559478

View file

@ -182,6 +182,8 @@ public class SharedLibrariesView extends AbstractDebugEventHandlerView
*/
protected void fillContextMenu( IMenuManager menu )
{
updateObjects();
menu.add( new Separator( ICDebugUIConstants.EMPTY_SHARED_LIBRARIES_GROUP ) );
menu.add( new Separator( ICDebugUIConstants.SHARED_LIBRARIES_GROUP ) );