some warning messages are changed to error messages

cusax-fix
Yana Stamcheva 20 years ago
parent afe0d69617
commit e6f1ed151d

@ -198,7 +198,7 @@ else if(selectedPanel != null
Messages.getString("contactNotSupportingTelephony",
contact.getDisplayName()),
Messages.getString("warning"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
}
}

@ -156,7 +156,7 @@ public void run() {
uin),
Messages.getString(
"addContactErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else if (errorCode
== MetaContactListException
@ -168,7 +168,7 @@ else if (errorCode
uin),
Messages.getString(
"addContactErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else if (errorCode
== MetaContactListException
@ -180,7 +180,7 @@ else if (errorCode
uin),
Messages.getString(
"addContactErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else {

@ -123,7 +123,7 @@ public void run() {
newContact.getUin()),
Messages.getString(
"addContactErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else if (errorCode
== MetaContactListException.CODE_LOCAL_IO_ERROR) {
@ -134,7 +134,7 @@ else if (errorCode
newContact.getUin()),
Messages.getString(
"addContactErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else if (errorCode
== MetaContactListException.CODE_NETWORK_ERROR) {
@ -145,7 +145,7 @@ else if (errorCode
newContact.getUin()),
Messages.getString(
"addContactErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else {
@ -155,7 +155,7 @@ else if (errorCode
newContact.getUin()),
Messages.getString(
"addContactErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
}
}

@ -133,7 +133,7 @@ public void run() {
groupName),
Messages.getString(
"addGroupErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else if (errorCode
== MetaContactListException.CODE_LOCAL_IO_ERROR) {
@ -144,7 +144,7 @@ else if (errorCode
groupName),
Messages.getString(
"addGroupErrorTitle"),
JOptionPane.WARNING_MESSAGE);
JOptionPane.ERROR_MESSAGE);
}
else if (errorCode
== MetaContactListException.CODE_NETWORK_ERROR) {

Loading…
Cancel
Save