Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jan 8, 2014
1 parent 2b27c10 commit 263ff46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/client/src/ui/dialogs/logsettingsdialog.cpp
Expand Up @@ -72,8 +72,8 @@ DENG2_PIMPL(LogSettingsDialog)
new VariableToggleWidget(tr("Filter by Subsystem"),
App::config()["log.filterBySubsystem"]));

levels << new ChoiceItem(_E(C) + tr("1 - X.Verbose"), LogEntry::XVerbose)
<< new ChoiceItem(_E(C) + tr("2 - Verbose"), LogEntry::Verbose )
levels << new ChoiceItem( tr("1 - X.Verbose"), LogEntry::XVerbose)
<< new ChoiceItem( tr("2 - Verbose"), LogEntry::Verbose )
<< new ChoiceItem( tr("3 - Message"), LogEntry::Message )
<< new ChoiceItem( tr("4 - Note"), LogEntry::Note )
<< new ChoiceItem(_E(D) + tr("5 - Warning"), LogEntry::Warning )
Expand Down

0 comments on commit 263ff46

Please sign in to comment.