chiark
/
gitweb
/
~mdw
/
disorder
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
360af32
)
Correct sense of pause/resume tooltips
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 13 Dec 2009 13:41:36 +0000
(13:41 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 13 Dec 2009 13:41:36 +0000
(13:41 +0000)
disobedience/control.c
patch
|
blob
|
blame
|
history
diff --git
a/disobedience/control.c
b/disobedience/control.c
index 0e472d48b09faf6710275e18c1895f9e0a972f5c..305e4b9d420bfdb7279db2169a08dd363e1ae384 100644
(file)
--- a/
disobedience/control.c
+++ b/
disobedience/control.c
@@
-184,8
+184,8
@@
static struct icon icons[] = {
stock: TRUE,
icon: GTK_STOCK_MEDIA_PAUSE,
label: "Pause",
- tip_on: "
Paus
e playing track",
- tip_off: "
Resum
e playing track",
+ tip_on: "
Resum
e playing track",
+ tip_off: "
Paus
e playing track",
menuitem: "<GdisorderMain>/Control/Playing",
on: pause_resume_on,
sensitive: pause_resume_sensitive,