chiark
/
gitweb
/
~tthurman
/
commonprayer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
7102b0f
)
Change the arrows to 'Previous' and 'Next'
master
author
Thomas Thurman
<tthurman@gnome.org>
Tue, 18 Jan 2011 01:10:22 +0000 (20:10 -0500)
committer
Thomas Thurman
<tthurman@gnome.org>
Tue, 18 Jan 2011 01:10:22 +0000 (20:10 -0500)
src/view.py
patch
|
blob
|
history
diff --git
a/src/view.py
b/src/view.py
index
27ca991
..
2dc001e
100644
(file)
--- a/
src/view.py
+++ b/
src/view.py
@@
-10,8
+10,8
@@
class CommonPrayerWindow(QMainWindow):
self._html = QTextBrowser()
self.setCentralWidget(self._html)
- self._prev = QAction("<-", self)
- self._next = QAction("->", self)
+ self._prev = QAction("Previous", self)
+ self._next = QAction("Next", self)
self.connect(self._prev,
SIGNAL('triggered()'),