Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd10f60a

Browse files
committed
Disabled locale selection for PG10
1 parent782f3b0 commitd10f60a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎nsis/postgresql.nsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ Function nsDialogServer
10461046
Pop$Locale
10471047

10481048
${NSD_CB_AddString}$Locale"$(DEF_LOCALE_NAME)"
1049-
1049+
${if}${PG_MAJOR_VERSION}!="10"
10501050
${NSD_CB_AddString}$Locale"Afrikaans, South Africa"
10511051
${NSD_CB_AddString}$Locale"Albanian, Albania"
10521052
${NSD_CB_AddString}$Locale"Azeri (Cyrillic), Azerbaijan"
@@ -1173,7 +1173,7 @@ Function nsDialogServer
11731173
${NSD_CB_AddString}$Locale"Welsh, United Kingdom"
11741174
${NSD_CB_AddString}$Locale"Xhosa, South Africa"
11751175
${NSD_CB_AddString}$Locale"Zulu, South Africa"
1176-
1176+
${endif}
11771177
${NSD_CB_SelectString}$Locale$Locale_text
11781178

11791179
${NSD_CreateLabel}0 54u 60u 24u"$(DLG_SUPERUSER)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp