Skip to content

Commit c39c995

Browse files
committed
Dump translated help of the settings to file
Translation errors for MacOs and Ubuntu corrected
1 parent 566de44 commit c39c995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

addon/doxywizard/expert.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1195,8 +1195,8 @@ void Expert::dump()
11951195
std::sort(v.begin(),v.end(),compareFunction);
11961196
for (const auto & n : v)
11971197
{
1198-
out << n << ": " << m_options[n]->docs() << endl;
1199-
out << SA("=================================") << endl;
1198+
out << n << ": " << m_options[n]->docs() << "\n";
1199+
out << SA("=================================\n");
12001200
}
12011201

12021202
fileOut.flush();

0 commit comments

Comments
 (0)