[kgraphviewer-devel] extragear/graphics/kgraphviewer/src/part

Gaël de Chalendar kleag at free.fr
Sat Jul 10 12:31:53 CEST 2010


SVN commit 1148337 by kleag:

typo fix (bug #244013)

 M  +1 -1      KgvPageLayoutDia.cpp  


--- trunk/extragear/graphics/kgraphviewer/src/part/KgvPageLayoutDia.cpp #1148336:1148337
@@ -276,7 +276,7 @@
 void KgvPageLayoutDia::setupTab1( bool enableBorders )
 {
   KHBox *page = new KHBox();
-  addPage(page, i18n( "Page Size && &Margins" ));
+  addPage(page, i18n( "Page Size & Margins" ));
 // QWidget *tab1 = addPage(i18n( "Page Size && &Margins" ));
 //     QHBoxLayout *lay = new QHBoxLayout(tab1);
     m_pageSizeTab = new KgvPageLayoutSize(page, m_layout, m_unit, m_column, !(flags & DISABLE_UNIT), enableBorders );


More information about the kgraphviewer-devel mailing list