comparison cagou/core/menu.py @ 184:c63922860f80

chat: show desktop notification and/or note when suitable
author Goffi <goffi@goffi.org>
date Thu, 10 May 2018 08:32:46 +0200
parents 5cf17930bb09
children c7d15ef4bfa8
comparison
equal deleted inserted replaced
183:6f09bc00a9e7 184:c63922860f80
32 from kivy.animation import Animation 32 from kivy.animation import Animation
33 from cagou import G 33 from cagou import G
34 import webbrowser 34 import webbrowser
35 35
36 ABOUT_TITLE = _(u"About {}".format(C.APP_NAME)) 36 ABOUT_TITLE = _(u"About {}".format(C.APP_NAME))
37 ABOUT_CONTENT = _(u"""Cagou (Salut à Toi) v{} 37 ABOUT_CONTENT = _(u"""Cagou (Salut à Toi) v{version}
38 38
39 Cagou is a libre communication tool based on libre standard XMPP. 39 Cagou is a libre communication tool based on libre standard XMPP.
40 40
41 Cagou is part of the "Salut à Toi" project 41 Cagou is part of the "Salut à Toi" project
42 more informations at [color=5500ff][ref=website]salut-a-toi.org[/ref][/color] 42 more informations at [color=5500ff][ref=website]salut-a-toi.org[/ref][/color]
43 """).format(C.APP_VERSION) 43 """).format(version=C.APP_VERSION)
44 44
45 45
46 class AboutContent(Label): 46 class AboutContent(Label):
47 47
48 def on_ref_press(self, value): 48 def on_ref_press(self, value):