diff options
author | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-11 21:52:41 +0200 |
---|---|---|
committer | Andrzej Rybczak <electricityispower@gmail.com> | 2012-09-11 21:52:41 +0200 |
commit | c90545b00809d69cfd640e31ac1582fad95fbeba (patch) | |
tree | 9ac2d0575d519f5642a029238a7c426c23e33961 /src/global.h | |
parent | 6ab2714e2f984624cb392bca37ad3357d2e85ef8 (diff) |
move statusbar/progressbar related code to separate file
Diffstat (limited to 'src/global.h')
-rw-r--r-- | src/global.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |