ShortcutName
BString ShortcutName() const;
printf("%-12s\t%-12s\n", decor->ShortcutName().String(),
fCurrentDecor = fDecorUtility.CurrentDecorator()->ShortcutName();
message->AddString("decor", decor->ShortcutName());
if (decor->ShortcutName() == fCurrentDecor)
return fCurrentDecor != fDecorUtility.DefaultDecorator()->ShortcutName()
fCurrentDecor = fDecorUtility.CurrentDecorator()->ShortcutName();