git.ithinksw.org
/
MenuTunes.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Status query windows can show only one button if you want. Network error
[MenuTunes.git]
/
StatusWindow.m
diff --git
a/StatusWindow.m
b/StatusWindow.m
index
ef0f878
..
ffbc1e6
100755
(executable)
--- 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];