Skip to content

Commit

Permalink
libdeng2|Debug|IndirectRule: More concise description
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Feb 2, 2014
1 parent 73f3e1c commit 32599f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doomsday/libdeng2/src/widgets/indirectrule.cpp
Expand Up @@ -59,11 +59,11 @@ String IndirectRule::description() const
{
if(_source)
{
return String("Indirect => ") + source().description();
return source().description();
}
else
{
return String("Indirect => (null)");
return String("(null)");
}
}

Expand Down

0 comments on commit 32599f0

Please sign in to comment.