]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
Option -K to parse comments in IDL files
authortajchman <tajchman>
Wed, 12 May 2004 13:41:43 +0000 (13:41 +0000)
committertajchman <tajchman>
Wed, 12 May 2004 13:41:43 +0000 (13:41 +0000)
src/TOOLSGUI/ToolsGUI_CatalogGeneratorDlg.cxx

index 557ca8fb1fdb849b0d3e2aecf2e7a1c15ee6af3f..abe1d147d33bacb0be2a48aa69e8185f77710bce 100644 (file)
@@ -394,7 +394,7 @@ void ToolsGUI_CatalogGeneratorDlg::onApply()
     else {
       QString command = "";
       if ( getenv("KERNEL_ROOT_DIR")  )
-       command = QString( getenv( "KERNEL_ROOT_DIR" ) ) + "/bin/salome/runIDLparser " + IDLpath + " -Wbcatalog=" + XmlFile;
+       command = QString( getenv( "KERNEL_ROOT_DIR" ) ) + "/bin/salome/runIDLparser -K " + IDLpath + " -Wbcatalog=" + XmlFile;
       else {
        QAD_MessageBox::error1( this, 
                                tr("TOOLS_ERR_ERROR"),