Changeset 6036

Show
Ignore:
Timestamp:
01/13/08 21:04:16 (9 months ago)
Author:
eugene
Message:

Converted one more instance of QueryUser? into QueryYesNo?.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/qt-gui_qt4/src/userevents/usersendcommon.cpp

    r6031 r6036  
    958958  if (chkSendServer->isChecked() && secure) 
    959959  { 
    960     if (!QueryUser(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?"))) 
    962962      send_ok = false; 
    963963    else