use ft_request image. thanks again Grenshad for all icons
This commit is contained in:
parent
c468ebf306
commit
c984ef155c
|
@ -139,7 +139,7 @@ class DesktopNotification:
|
||||||
else: # New Single Message
|
else: # New Single Message
|
||||||
img = 'single_msg_recv.png'
|
img = 'single_msg_recv.png'
|
||||||
elif event_type == _('File Transfer Request'):
|
elif event_type == _('File Transfer Request'):
|
||||||
img = 'requested.png' # FIXME: better img
|
img = 'ft_request.png'
|
||||||
ntype = 'transfer'
|
ntype = 'transfer'
|
||||||
#we talk about a name here
|
#we talk about a name here
|
||||||
txt = _('%s wants to send you a file.') % actor
|
txt = _('%s wants to send you a file.') % actor
|
||||||
|
|
Loading…
Reference in New Issue