diff options
author | kraxel <kraxel> | 2005-12-20 13:00:16 +0000 |
---|---|---|
committer | kraxel <kraxel> | 2005-12-20 13:00:16 +0000 |
commit | 9e1a75aa6f5dec123fbd6cd77d559b326329805c (patch) | |
tree | 8bdb007db0b2d7696499b3e77825dfcdd0b4908b /xd_view.c | |
parent | f1af0f29fa41cb3e082c13af7cf0744fb2ef4c96 (diff) | |
download | xenwatch-9e1a75aa6f5dec123fbd6cd77d559b326329805c.tar.gz |
- change close icon.
Diffstat (limited to 'xd_view.c')
-rw-r--r-- | xd_view.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -529,7 +529,7 @@ static const GtkActionEntry entries[] = { /* menu items */ .name = "Quit", - .stock_id = GTK_STOCK_QUIT, + .stock_id = GTK_STOCK_CLOSE, .label = "_Quit", .accelerator = "<control>Q", .tooltip = "Quit the job", |