Fixed tooltip not matching the sound on/of button.

cusax-fix
Martin Andre 19 years ago
parent fcba89ac94
commit 9d63ef14b3

@ -96,7 +96,7 @@ public QuickMenu(MainFrame mainFrame) {
Messages.getI18NString("showOfflineUsers").getText());
this.addButton.setToolTipText(
Messages.getI18NString("addContact").getText());
this.addButton.setToolTipText(
this.soundButton.setToolTipText(
Messages.getI18NString("soundOnOff").getText());
this.updateMuteButton(

Loading…
Cancel
Save