[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Wed Mar 23 14:05:20 UTC 2005


CVS commit by okellogg: 

cosmetics


  M +3 -3      uml.cpp   1.141


--- kdesdk/umbrello/umbrello/uml.cpp  #1.140:1.141
@@ -580,5 +580,5 @@ void UMLApp::saveOptions() {
               m_defaultcodegenerationpolicy->setDefaults(gen->getPolicy());
 
-        // write the m_config for each language-specific code gen policies
+        // write the config for each language-specific code gen policies
         GeneratorDictIt it( m_generatorDict );
         for(it.toFirst() ; it.current(); ++it )
@@ -600,5 +600,5 @@ void UMLApp::readOptions() {
         // bar status settings
         toolBar("mainToolBar")->applySettings(m_config, "toolbar");
-        //do m_config for work toolbar
+        // do config for work toolbar
         toolsbar->applySettings(m_config, "workbar");
         m_alignToolBar->applySettings(m_config, "aligntoolbar");
@@ -1104,5 +1104,5 @@ void UMLApp::readOptionState() {
                 }
         }
-        // 2004-05-17 Achim Spangler: read new m_config entry for autosave sufix
+        // 2004-05-17 Achim Spangler: read new config entry for autosave sufix
         m_optionState.generalState.autosavesuffix = m_config -> readEntry( "autosavesuffix", ".xmi" );
 






More information about the umbrello-devel mailing list