Cairo tweaks for GTK

This commit is contained in:
Robin Dunn
2016-07-20 17:08:11 -07:00
parent 7dd03f7fa7
commit 3145a1e8dd
3 changed files with 103 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ if not haveCairo:
from wx.lib.msgpanel import MessagePanel
def runTest(frame, nb, log):
win = MessagePanel(
nb, 'This demo requires either the PyCairo package or the,\n'
nb, 'This demo requires either the PyCairo package or the\n'
'cairocffi package, or there is some other unmet dependency.',
'Sorry', wx.ICON_WARNING)
return win