Kaydet (Commit) 3c2e060f authored tarafından Gabor Kelemen's avatar Gabor Kelemen Kaydeden (comit) Andras Timar

Fix Wizard HIDs moved off by one

In commit b3f96d2c
I made a mistake that caused a lot of Wizard HIDS go off by one
i.e. they were attached to the next UI item.
I noticed this in the Fax wizard.
Adding one more empty array item seems to fix this.
Problem was caused by the replacement of this line with an empty item:
"", "HID:WIZARDS_HID_IS_BTN_NONE", # HID:41002

Change-Id: Id7df502ac843ab0e572ca59a046f5bacdda7e9bc
Reviewed-on: https://gerrit.libreoffice.org/44075Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAndras Timar <andras.timar@collabora.com>
üst 73f57984
......@@ -772,6 +772,7 @@ class HelpIds:
"",
"",
"",
"",
"HID:WIZARDS_HID_IS_BTN_OK", # HID:41003
"HID:WIZARDS_HID_IS_BTN_CANCEL", # HID:41004
"HID:WIZARDS_HID_IS_BTN_IMG1", # HID:41005
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment