Skip to content

Commit

Permalink
Fix issue #1840: Display problem with Item totals :
Browse files Browse the repository at this point in the history
  • Loading branch information
sdottaka committed May 8, 2023
1 parent f8d3150 commit 0e2e9c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Src/Merge.rc
Original file line number Diff line number Diff line change
@@ -1647,12 +1647,12 @@ BEGIN
PUSHBUTTON "Pause",IDC_COMPARISON_PAUSE,113,9,65,14
PUSHBUTTON "Continue",IDC_COMPARISON_CONTINUE,113,9,65,14,NOT WS_VISIBLE
CONTROL "",IDC_PROGRESSCOMPARE,"msctls_progress32",WS_BORDER,7,44,241,10
RTEXT "0",IDC_ITEMSCOMPARED,95,29,30,10
RTEXT "0",IDC_ITEMSTOTAL,95,19,30,10
RTEXT "0",IDC_ITEMSCOMPARED,95,29,60,10
RTEXT "0",IDC_ITEMSTOTAL,95,19,60,10
LTEXT "Comparing items...",IDC_STATIC,7,7,98,10
LTEXT "Items compared:",IDC_STATIC,7,29,85,10
LTEXT "Items total:",IDC_STATIC,7,19,85,10
LTEXT "",IDC_PATH_COMPARING,137,29,111,10
LTEXT "",IDC_PATH_COMPARING,167,29,111,10
END

IDD_WMGOTO DIALOGEX 0, 0, 218, 80

0 comments on commit 0e2e9c7

Please sign in to comment.