Opened 14 years ago

Closed 10 years ago

#130 closed defect (fixed)

Hardcoded English text in Advanced window

Reported by: jmckenna Owned by: osgeo4w-dev@…
Priority: major Component: Installer
Version: Keywords:
Cc: hhayashi

Description

Through adding japanese support in ticket:126 we discovered that the advanced dialog has some hardcoded english words (see attached screen capture). Text such as "Current", "New", "Bin", "Src", "Size", "Package" are hardcoded in PickView.cc

Attachments (1)

advanced-jp.png (24.4 KB ) - added by jmckenna 14 years ago.
Advanced dialog on a japanese system

Download all attachments as: .zip

Change History (3)

by jmckenna, 14 years ago

Attachment: advanced-jp.png added

Advanced dialog on a japanese system

comment:1 by jmckenna, 14 years ago

for example, here is a part of PickView.cc:

static PickView::Header pkg_headers[] = {
  {"Current", 0, 0, true},
  {"New", 0, 0, true},
  {"Bin?", 0, 0, false},
  {"Src?", 0, 0, false},
  {"Categories", 0, 0, true},
  {"Size", 0, 0, true},
  {"Package", 0, 0, true},
  {0, 0, 0, false}
};

comment:2 by jef, 10 years ago

Resolution: fixed
Status: newclosed

fixed in r1257

Note: See TracTickets for help on using tickets.