Changeset 6036 for branches/qt-gui_qt4/src/userevents/usersendcommon.cpp
- Timestamp:
- 01/13/08 21:04:16 (10 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/userevents/usersendcommon.cpp
r6031 r6036 958 958 if (chkSendServer->isChecked() && secure) 959 959 { 960 if (!Query User(this, tr("Warning: Message can't be sent securely\n"961 " through the server!"), tr("Send anyway"), tr("Cancel")))960 if (!QueryYesNo(this, tr("Message can't be sent securely through the server!\n" 961 "Send anyway?"))) 962 962 send_ok = false; 963 963 else
