Kaydet (Commit) 54d7b88b authored tarafından Oliver Bolte's avatar Oliver Bolte

INTEGRATION: CWS sb59 (1.7.120); FILE MERGED

2006/08/11 15:04:25 sb 1.7.120.1: #i67487# Made code warning-free (wntmsci10).
üst 7a7c9ed8
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: status.cxx,v $ * $RCSfile: status.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: obo $ $Date: 2006-09-17 09:58:04 $ * last change: $Author: obo $ $Date: 2006-10-12 14:23:49 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -53,7 +53,7 @@ StatusLine::StatusLine( BasicFrame* p ) ...@@ -53,7 +53,7 @@ StatusLine::StatusLine( BasicFrame* p )
// initialize TaskStatusBar // initialize TaskStatusBar
TaskStatusBar* pTempStatusBar = GetStatusBar(); TaskStatusBar* pTempStatusBar = GetStatusBar();
USHORT nCharWidth = GetTextWidth( '0' ); // Angenommen, alle Zahlen sind gleich breit long nCharWidth = GetTextWidth( '0' ); // Angenommen, alle Zahlen sind gleich breit
pTempStatusBar->InsertItem( ST_MESSAGE, GetTextWidth( 'X' ) * 20, SIB_LEFT | SIB_IN | SIB_AUTOSIZE ); pTempStatusBar->InsertItem( ST_MESSAGE, GetTextWidth( 'X' ) * 20, SIB_LEFT | SIB_IN | SIB_AUTOSIZE );
pTempStatusBar->InsertItem( ST_LINE, 5*nCharWidth ); pTempStatusBar->InsertItem( ST_LINE, 5*nCharWidth );
pTempStatusBar->InsertStatusField(); pTempStatusBar->InsertStatusField();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment