Changeset 8563


Ignore:
Timestamp:
10/03/09 04:49:01 (2 years ago)
Author:
azawawi
Message:

[Padre] Fixed ticket:644 "Revert the CCNC'ing of the logo"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Padre/lib/Padre/Wx/Icon.pm

    r8530 r8563  
    5151# Convenience access to the official Padre icon 
    5252sub PADRE () { 
    53  
    54     # fallback to ugly ccnc-free if the pretty ccnc is not found 
    55     return ( -f Padre::Util::sharefile('padre-splash-ccnc.bmp') ) ? icon('logo-ccnc') : icon('logo'); 
     53    return icon('logo'); 
    5654} 
    5755 
Note: See TracChangeset for help on using the changeset viewer.