Skip to content

Commit

Permalink
Separate dlg line for validate options dialog header.
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyhamster committed Apr 10, 2023
1 parent 4cfbbe8 commit ec75cd1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion source/IntChecker2-Far3.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ static bool AskValidationFileParams(UINT &codepage, bool &ignoreMissingFiles, bo
selectedCP = i;
}

PluginDialogBuilder dlgBuilder(FarSInfo, GUID_PLUGIN_MAIN, GUID_DIALOG_PARAMS, MSG_MENU_VALIDATE, L"ValidateParams");
PluginDialogBuilder dlgBuilder(FarSInfo, GUID_PLUGIN_MAIN, GUID_DIALOG_PARAMS, MSG_DLG_VALIDATE_OPTIONS, L"ValidateParams");

auto cpBox = dlgBuilder.AddComboBox(&selectedCP, NULL, 10, codePageNames, _countof(codePageNames), DIF_DROPDOWNLIST);
dlgBuilder.AddTextBefore(cpBox, MSG_GEN_CODEPAGE);
Expand Down
1 change: 1 addition & 0 deletions source/Lang.h
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ enum
MSG_DLG_INVALID_PANEL_TYPE,
MSG_DLG_CLIP_HASH,
MSG_DLG_FILE_HASH,
MSG_DLG_VALIDATE_OPTIONS,

// Generation
MSG_GEN_TITLE,
Expand Down
1 change: 1 addition & 0 deletions source/Text/IntCheckerEng.lng
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"Invalid panel type"
"Clipboard hash:"
"File hash:"
"Validate Options"

"Generate"
"Algorithm"
Expand Down
1 change: 1 addition & 0 deletions source/Text/IntCheckerPol.lng
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"Nieprawidłowy typ panelu"
"Suma kontrolna w schowku:"
"Suma kontrolna pliku:"
"*Validate Options"

"Generuj"
"Al&gorytm"
Expand Down
1 change: 1 addition & 0 deletions source/Text/IntCheckerRus.lng
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"Неправильный тип панели"
"Хеш из буфера:"
"Хеш файла:"
"Параметры проверки"

"Generate"
"Алгоритм"
Expand Down
1 change: 1 addition & 0 deletions source/Text/IntCheckerSpa.lng
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
"*Invalid panel type"
"*Clipboard hash:"
"*File hash:"
"*Validate Options"

"Generar"
"Algoritmo"
Expand Down

0 comments on commit ec75cd1

Please sign in to comment.