Skip to content

Commit

Permalink
Experimental: show fit creation date/hour in shipbrowser stage 3
Browse files Browse the repository at this point in the history
  • Loading branch information
hwdro committed Dec 22, 2010
1 parent 396cb14 commit 99dbcf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/shipBrowser.py
Original file line number Diff line number Diff line change
Expand Up @@ -1687,6 +1687,8 @@ def OnPaint(self, event):
ypos += ytext

mdc.SetFont(self.fontNormal)
fitDate = time.localtime(self.timestamp)
shipName = "%s/%s %s:%s" % (fitDate[1], fitDate[2], fitDate[3], fitDate[4])
mdc.DrawText("%s" % shipName, textStart, ypos)

mdc.SetFont(self.fontSmall)
Expand Down

0 comments on commit 99dbcf9

Please sign in to comment.