Changeset 2978

Show
Ignore:
Timestamp:
08/16/08 21:52:19 (3 months ago)
Author:
edmanm
Message:

Restore the "zoom" and "close" icons in the router and circuit list
context menus. They were lost in the move to the Oxygen icon theme
in 0.1.4.

Location:
vidalia/trunk
Files:
2 added
4 modified

Legend:

Unmodified
Added
Removed
  • vidalia/trunk/CHANGELOG

    r2930 r2978  
    33    messages. Most people never look at the window and the extra 200 messages 
    44    just needlessly eat memory. 
     5  o Restore the "zoom" and "close" icons in the router and circuit list 
     6    context menus. They were lost in the move to the Oxygen icon theme in 
     7    0.1.4. 
    58 
    69 
  • vidalia/trunk/src/vidalia/network/circuitlistwidget.cpp

    r2977 r2978  
    2121#include "circuitlistwidget.h" 
    2222 
    23 #define IMG_CLOSE   ":/images/16x16/network-offline.png" 
    24 #define IMG_ZOOM    ":/images/16x16/zoom.png" 
     23#define IMG_CLOSE   ":/images/22x22/edit-delete.png" 
     24#define IMG_ZOOM    ":/images/22x22/page-zoom.png" 
    2525 
    2626#define CLOSED_CIRCUIT_REMOVE_DELAY     3000 
  • vidalia/trunk/src/vidalia/network/routerlistwidget.cpp

    r2525 r2978  
    2020#include "routerlistwidget.h" 
    2121 
    22 #define IMG_ZOOM   ":/images/16x16/zoom.png" 
     22#define IMG_ZOOM   ":/images/22x22/page-zoom.png" 
    2323 
    2424 
  • vidalia/trunk/src/vidalia/res/vidalia.qrc

    r2664 r2978  
    3232        <file>22x22/application-exit.png</file> 
    3333        <file>22x22/edit-copy.png</file> 
     34        <file>22x22/edit-delete.png</file> 
    3435        <file>22x22/folder.png</file> 
    3536        <file>22x22/format-justify-fill.png</file> 
     
    3940        <file>22x22/list-add.png</file> 
    4041        <file>22x22/list-remove.png</file> 
     42        <file>22x22/page-zoom.png</file> 
    4143        <file>22x22/preferences-system.png</file> 
    4244        <file>22x22/system-help.png</file>