[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    koffice/tools/kfile-plugins/ooo
From:       Fredrik Edemar <f_edemar () linux ! se>
Date:       2006-06-15 13:46:42
Message-ID: 1150379202.681883.18137.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 551735 by fedemar:

port it


 M  +2 -2      kfile_ooo.cpp  


--- trunk/koffice/tools/kfile-plugins/ooo/kfile_ooo.cpp #551734:551735
@@ -258,9 +258,9 @@
 		pos++;
 	}
 	hours += days * 24;
-#warning "kde4: fix to new i18n api"	
+
 	appendItem(group1, labelid,
-		   i18n("%1:%2.%3").arg(hours).arg(minutes, 2).arg(seconds,2 ));
+		   i18n("%1:%2.%3", hours, QString::number(minutes).leftJustified(2), \
QString::number(seconds).leftJustified(2) ) );  }
 
 void KOfficePlugin::getDateTime(KFileMetaInfoGroup group1,


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic