Skip to content

Commit

Permalink
add message/alert if to warning. fixed issue #157
Browse files Browse the repository at this point in the history
  • Loading branch information
wellenreiter01 committed Feb 2, 2017
1 parent 30421cd commit 30b1116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -3902,7 +3902,7 @@ string GetWarnings(string strFor)
if (alert.AppliesToMe() && alert.nPriority > nPriority)
{
nPriority = alert.nPriority;
strStatusBar = alert.strStatusBar;
strStatusBar = strprintf("%s: #%s\n",alert.strStatusBaralert.nID);
}
}
}
Expand Down

0 comments on commit 30b1116

Please sign in to comment.