137138139140141142143144145146147
while ((c = getComponentAtIndex(i++)) != null) { if (c instanceof DcToolBarButton) { DcToolBarButton button = (DcToolBarButton) c; if (b) button.showText(); else button.hideText(); } } DcSettings.set(DcRepository.Settings.stShowMenuBarLabels, b); }