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 {