Bug ID |
11960
|
Summary |
Wireshark Qt always indicates locale as "C"
|
Product |
Wireshark
|
Version |
Git
|
Hardware |
x86
|
OS |
Linux (other)
|
Status |
CONFIRMED
|
Severity |
Normal
|
Priority |
Low
|
Component |
Qt UI
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
get_runtime_version_info() is being called before setlocale(LC_ALL, "") in
WiresharkApplication::WiresharkApplication() (Q_OS_UNIX only).
As a result Wireshark Qt erroneously displays the locale as "C" in the GUI help
dialog and CLI -v switch.
You are receiving this mail because:
- You are watching all bug changes.