From kde-commits Thu Jan 02 22:59:33 2003 From: Hans Petter Bieker Date: Thu, 02 Jan 2003 22:59:33 +0000 To: kde-commits Subject: kdegraphics/kdvi X-MARC-Message: https://marc.info/?l=kde-commits&m=104154845806080 CVS commit by bieker: QString(i18n()) -> i18n(). M +1 -1 vf.cpp 1.18 --- kdegraphics/kdvi/vf.cpp #1.17:1.18 @@ -172,5 +172,5 @@ void font::read_VF_index(void) } if (cmnd != POST) - oops(QString(i18n("Wrong command byte found in VF macro list: %1")).arg(cmnd)); + oops(i18n("Wrong command byte found in VF macro list: %1").arg(cmnd)); fclose (VF_file);