~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/main.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Maia Kozheva
  • Date: 2009-11-04 12:45:38 UTC
  • mto: (1.1.10 upstream) (3.1.3 squeeze)
  • mto: This revision was merged to the branch mainline in revision 15.
  • Revision ID: james.westby@ubuntu.com-20091104124538-i5ntu42ni0e1njnv
ImportĀ upstreamĀ versionĀ 0.6.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
 
91
91
        if (line2.isEmpty()) return;
92
92
 
93
 
        line2 = "["+ QTime::currentTime().toString() +"] "+ line2;
 
93
        line2 = "["+ QTime::currentTime().toString("hh:mm:ss:zzz") +"] "+ line2;
94
94
 
95
95
        if (basegui_instance) {
96
96
                if (!saved_lines.isEmpty()) {