From kde-commits Tue Mar 15 23:00:08 2005 From: Frans Englich Date: Tue, 15 Mar 2005 23:00:08 +0000 To: kde-commits Subject: kdelibs/kdoctools Message-Id: <20050315230008.634CA12E73 () office ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111092764619422 CVS commit by englich: Enable translation, now post 3.4. M +2 -4 meinproc.cpp 1.41 --- kdelibs/kdoctools/meinproc.cpp #1.40:1.41 @@ -80,7 +80,5 @@ static KCmdLineOptions options[] = { "cache ", I18N_NOOP( "Create a cache file for the document" ), 0}, { "srcdir ", I18N_NOOP( "Set the srcdir, for kdelibs" ), 0}, - - // XXX Un-comment after KDE 3.4 - { "param =", /*I18N_NOOP( "Parameters to pass to the stylesheet" )*/ 0, 0}, + { "param =", I18N_NOOP( "Parameters to pass to the stylesheet" ), 0}, { "+xml", I18N_NOOP("The file to transform"), 0}, KCmdLineLastOption // End of options.