Ticket #21039: patch-src-vidalia-mainwindow.cpp.diff
File patch-src-vidalia-mainwindow.cpp.diff, 794 bytes (added by hsivank@…, 15 years ago) |
---|
-
src/vidalia/mainwindow.cpp
old new 64 64 #elif defined(Q_WS_MAC) 65 65 /* On Mac, we always go straight to Carbon to load our dock images 66 66 * from .icns files */ 67 #define IMG_TOR_STOPPED " tor-off"68 #define IMG_TOR_RUNNING " tor-on"69 #define IMG_TOR_STARTING " tor-starting"70 #define IMG_TOR_STOPPING " tor-stopping"67 #define IMG_TOR_STOPPED ":/images/48x48/tor-off.png" 68 #define IMG_TOR_RUNNING ":/images/48x48/tor-on.png" 69 #define IMG_TOR_STARTING ":/images/48x48/tor-starting.png" 70 #define IMG_TOR_STOPPING ":/images/48x48/tor-stopping.png" 71 71 #else 72 72 /* On X11, we just use always the 22x22 .png files */ 73 73 #define IMG_TOR_STOPPED ":/images/22x22/tor-off.png"