aboutsummaryrefslogtreecommitdiffstats
path: root/xd_view.c
diff options
context:
space:
mode:
authorkraxel <kraxel>2005-12-20 13:00:16 +0000
committerkraxel <kraxel>2005-12-20 13:00:16 +0000
commit9e1a75aa6f5dec123fbd6cd77d559b326329805c (patch)
tree8bdb007db0b2d7696499b3e77825dfcdd0b4908b /xd_view.c
parentf1af0f29fa41cb3e082c13af7cf0744fb2ef4c96 (diff)
downloadxenwatch-9e1a75aa6f5dec123fbd6cd77d559b326329805c.tar.gz
- change close icon.
Diffstat (limited to 'xd_view.c')
-rw-r--r--xd_view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/xd_view.c b/xd_view.c
index 3287793..aa70e3b 100644
--- a/xd_view.c
+++ b/xd_view.c
@@ -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",