From c90545b00809d69cfd640e31ac1582fad95fbeba Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Tue, 11 Sep 2012 21:52:41 +0200 Subject: move statusbar/progressbar related code to separate file --- src/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/global.h') diff --git a/src/global.h b/src/global.h index 834a6208..493d3373 100644 --- a/src/global.h +++ b/src/global.h @@ -55,7 +55,7 @@ namespace Global // height of main window extern size_t MainHeight; - // indicates whether messages from ShowMessage function should be shown + // indicates whether messages from Statusbar::msg function should be shown extern bool ShowMessages; // indicates whether seeking action in currently in progress -- cgit v1.2.3