Fixed accidential highlight on time zone name

This commit is contained in:
Asmageddon 2012-05-28 22:44:47 +02:00
parent 33decd1780
commit d589823f4a
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class EventLog(component.Component):
component.Component.__init__(self, "EventLog")
self.console = component.get("ConsoleUI")
self.prefix = "{!event!}* [%H:%M:%S] "
self.date_change_format = "On {!yellow!}%a, %d %b %Y{!info!} %Z:"
self.date_change_format = "On {!yellow!}%a, %d %b %Y{!input!} %Z:"
client.register_event_handler("TorrentAddedEvent", self.on_torrent_added_event)
client.register_event_handler("PreTorrentRemovedEvent", self.on_torrent_removed_event)