#7519 closed enhancement (fixed)
[Mandelbrot] Mandelbrot is not localized
Reported by: | deejam | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Attachments (2)
Change History (6)
by , 14 years ago
Attachment: | Mandelbrot-not-localized.png added |
---|
comment:1 by , 14 years ago
comment:2 by , 14 years ago
patch: | 0 → 1 |
---|
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Applied with hrev41590. You forgot to add the locale lib in the Jamfile, BTW. :)
-> : be locale $(TARGET_LIBSUPC++) $(HAIKU_LOCALE_LIBS)
comment:4 by , 14 years ago
Sorry - never talk to someone on the phone and change a Jamfile at the same time;-)
Note:
See TracTickets
for help on using tickets.
Tried to localize Mandelbrot. Patch for Mandelbrot.cpp and Jamfile is attached (Mandelbrot.patch).