Navigation Menu

Skip to content

Commit

Permalink
Log: Message styling
Browse files Browse the repository at this point in the history
Light font for headers.
  • Loading branch information
skyjake committed Jan 27, 2014
1 parent 385f9d9 commit aa47387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/client/src/audio/audiodriver.cpp
Expand Up @@ -420,7 +420,7 @@ de::String AudioDriver_InterfaceDescription()
de::String str;
QTextStream os(&str);

os << _E(b) "Audio configuration" _E(2) " (by decreasing priority):\n" _E(.)_E(.);
os << _E(b) "Audio configuration:\n" _E(.);

for(int i = MAX_AUDIO_INTERFACES - 1; i >= 0; --i)
{
Expand Down
2 changes: 1 addition & 1 deletion doomsday/client/src/gl/sys_opengl.cpp
Expand Up @@ -120,7 +120,7 @@ static void initialize(void)
#endif
}

#define TABBED(A, B) _E(Ta) " " A " " _E(Tb) << B << "\n"
#define TABBED(A, B) _E(Ta) " " _E(l) A _E(.) " " _E(Tb) << B << "\n"

de::String Sys_GLDescription()
{
Expand Down

0 comments on commit aa47387

Please sign in to comment.