[ 2077299 ] Let the find icon in a include tab
http://sourceforge.net/tracker/index.php?func=detail&aid=2077299&group_id=176962&atid=879335
This commit is contained in:
parent
f55f35256c
commit
419f471088
|
@ -457,7 +457,6 @@ public final class APanel extends CPanel
|
||||||
toolBar.add(aSave.getButton());
|
toolBar.add(aSave.getButton());
|
||||||
toolBar.addSeparator();
|
toolBar.addSeparator();
|
||||||
toolBar.add(aRefresh.getButton()); // F5
|
toolBar.add(aRefresh.getButton()); // F5
|
||||||
if (!isNested())
|
|
||||||
toolBar.add(aFind.getButton());
|
toolBar.add(aFind.getButton());
|
||||||
toolBar.add(aAttachment.getButton());
|
toolBar.add(aAttachment.getButton());
|
||||||
toolBar.add(aChat.getButton());
|
toolBar.add(aChat.getButton());
|
||||||
|
|
Loading…
Reference in New Issue