mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-13 08:01:33 +01:00
white space only: get rid of annoying extra spaces at ends of lines.
This commit is contained in:
parent
b957e9c195
commit
cfd1350dac
1 changed files with 5 additions and 5 deletions
|
@ -99,14 +99,14 @@ StrBox(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
|
|||
} else {
|
||||
switch (message) {
|
||||
|
||||
case WM_COMMAND:
|
||||
case WM_COMMAND:
|
||||
|
||||
/* If I add the text above in the WM_INITDIALOG section it
|
||||
shows up selected though selStart and selEnd are 0. */
|
||||
if ( !state->textIsSet ) {
|
||||
state->textIsSet = XP_TRUE;
|
||||
stuffTextInField( hDlg, state );
|
||||
}
|
||||
if ( !state->textIsSet ) {
|
||||
state->textIsSet = XP_TRUE;
|
||||
stuffTextInField( hDlg, state );
|
||||
}
|
||||
|
||||
id = LOWORD(wParam);
|
||||
switch( id ) {
|
||||
|
|
Loading…
Reference in a new issue