Skip to content

Commit 8114a10

Browse files
committed
C4ToolsDlg: Fix all landscape modes sharing the same caption
1 parent 5bce09c commit 8114a10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/C4ToolsDlg.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -803,11 +803,11 @@ void C4ToolsDlg::UpdateLandscapeModeCtrls()
803803
switch (iMode)
804804
{
805805
case C4LSC_Dynamic:
806-
caption = LoadResStr(C4ResStrTableKey::IDS_DLG_EXACT);
806+
caption = LoadResStr(C4ResStrTableKey::IDS_DLG_DYNAMIC);
807807
break;
808808

809809
case C4LSC_Static:
810-
caption = LoadResStr(C4ResStrTableKey::IDS_DLG_EXACT);
810+
caption = LoadResStr(C4ResStrTableKey::IDS_DLG_STATIC);
811811
break;
812812

813813
default:

0 commit comments

Comments
 (0)