Revert "Changed note to notify #4745"

This reverts commit 5006adedfe.

Conflicts:
	src/test/unittests/ipc/IpcLogOutputterTests.cpp
This commit is contained in:
Jerry (Xinyu Hou)
2015-07-09 13:34:49 -07:00
parent 69a6038cf9
commit a8cf9173c8
6 changed files with 24 additions and 22 deletions

View File

@@ -204,7 +204,7 @@ MSWindowsPortableTaskBarReceiver::runMenu(int x, int y)
break;
case IDC_TASKBAR_LOG_LEVEL_NOTE:
CLOG->setFilter(kNOTIFY);
CLOG->setFilter(kNOTE);
break;
case IDC_TASKBAR_LOG_LEVEL_INFO: