X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/0e4a6623849f7fd40f3c577e08e9ca999abdcc7e..d6c5534acee4d543ee2c08b279b416ea69de42d8:/StatusWindow.m diff --git a/StatusWindow.m b/StatusWindow.m index ef0f878..ffbc1e6 100755 --- a/StatusWindow.m +++ b/StatusWindow.m @@ -477,7 +477,9 @@ wideButtonW, 24.0)]; [[self contentView] addSubview:okButton]; - [[self contentView] addSubview:cancelButton]; + if (alternateTitle) { + [[self contentView] addSubview:cancelButton]; + } [self setIgnoresMouseEvents:NO];