Ignore:
Timestamp:
May 7, 2010, 12:21:46 AM (14 years ago)
Author:
ronosman
Message:

change icon for checkUpload messages.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/pLoader/trunk/src/Uploader/GUI/wxApp.pm

    r6088 r6089  
    3838             wxWHITE
    3939             wxICON_EXCLAMATION
     40             wxICON_ERROR
    4041             wxOK
    4142             wxLANGUAGE_CHINESE_SIMPLIFIED   
     
    992993        'Access denied' eq $err_msg;
    993994
    994     Wx::LogMessage("%s", $err_msg) if $err_msg;
     995    #Wx::LogMessage("%s", $err_msg) if $err_msg;
     996    Wx::MessageBox($err_msg, "", wxOK | wxICON_ERROR) if $err_msg;
    995997
    996998    $err_msg;
Note: See TracChangeset for help on using the changeset viewer.