Update avatar.

git-svn-id: http://svn.igniterealtime.org/svn/repos/spark/trunk@7667 b35dd754-fafc-0310-a699-88a17e54d16e
This commit is contained in:
Derek DeMoro
2007-03-22 23:00:19 +00:00
committed by derek
parent 4f057edf99
commit 51fe08ef84

View File

@ -163,7 +163,7 @@ public class AvatarPanel extends JPanel implements ActionListener {
suffix.toLowerCase().equals(".png")) {
changeAvatar(file, this);
}
else {k
else {
JOptionPane.showMessageDialog(this, "Please choose a valid image file.", Res.getString("title.error"), JOptionPane.ERROR_MESSAGE);
}