From kde-commits Wed Apr 08 20:28:29 2009 From: Jaroslaw Staniek Date: Wed, 08 Apr 2009 20:28:29 +0000 To: kde-commits Subject: koffice/kexi/koproperty2/koproperty/editors (silent) Message-Id: <1239222509.068872.17081.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=123922251623399 SVN commit 951271 by staniek: SVN_SILENT consume less space M +1 -1 rectedit.h M +1 -1 sizeedit.h --- trunk/koffice/kexi/koproperty2/koproperty/editors/rectedit.h #951270:951271 @@ -25,7 +25,7 @@ namespace KoProperty { -static const char *RECTEDIT_MASK = "%1, %2, %3 x %4"; +static const char *RECTEDIT_MASK = "%1, %2, %3x%4"; class KOPROPERTY_EXPORT RectComposedProperty : public ComposedPropertyInterface { --- trunk/koffice/kexi/koproperty2/koproperty/editors/sizeedit.h #951270:951271 @@ -27,7 +27,7 @@ namespace KoProperty { -static const char *SIZEEDIT_MASK = "%1 x %2"; +static const char *SIZEEDIT_MASK = "%1x%2"; class KOPROPERTY_EXPORT SizeComposedProperty : public ComposedPropertyInterface {