aboutsummaryrefslogtreecommitdiffstats
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
parentf1af0f29fa41cb3e082c13af7cf0744fb2ef4c96 (diff)
downloadxenwatch-9e1a75aa6f5dec123fbd6cd77d559b326329805c.tar.gz
- change close icon.
-rw-r--r--xd_view.c2
-rw-r--r--xs_view.c2
2 files changed, 2 insertions, 2 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",
diff --git a/xs_view.c b/xs_view.c
index 2dc311a..b653dc6 100644
--- a/xs_view.c
+++ b/xs_view.c
@@ -45,7 +45,7 @@ static const GtkActionEntry entries[] = {
.label = "_File",
},{
.name = "Close",
- .stock_id = GTK_STOCK_QUIT,
+ .stock_id = GTK_STOCK_CLOSE,
.label = "_Close",
.accelerator = "<control>Q",
.callback = menu_cb_close,