~ubuntu-branches/ubuntu/lucid/kchmviewer/lucid

« back to all changes in this revision

Viewing changes to src/kchmconfig.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Jose Luis Tallon
  • Date: 2006-06-08 20:08:39 UTC
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20060608200839-8b7jodug8yvtj126
Tags: upstream-2.5
ImportĀ upstreamĀ versionĀ 2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
170
170
        stream << "kdeEnableRefresh=" << m_kdeEnableRefresh << "\n";
171
171
        stream << "advUseInternalEditor=" << m_advUseInternalEditor << "\n";
172
172
        stream << "advExternalEditorPath=" << m_advExternalEditorPath << "\n";
173
 
 
 
173
        
174
174
        stream << "LastOpenedDir=" << m_lastOpenedDir << "\n";  
175
175
        
176
176
        stream << "\n[history]\n";