[ wxwindows-Bugs-1908992 ] AUI panes should not be saving the
captions of the panes
SourceForge.net
noreply at sourceforge.net
Thu Mar 6 11:16:13 PST 2008
Bugs item #1908992, was opened at 2008-03-06 20:16
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1908992&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: AUI
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: IvanSmirnov (ivansmirnov)
Assigned to: Benjamin I. Williams (biwillia76)
Summary: AUI panes should not be saving the captions of the panes
Initial Comment:
When you call SaveAuiPerspectives, the captions of the floating panes are saved along with the size and positions of the panes.
Here is the problem. Say you have an English version of a program that in turn saves the captions to the registry. The you run the French version. Even though you set the caption of a pane to something in French, as soon as you call "LoadAuiPerspectives", the caption of the pane is overridden with the original English string.
Manually setting the caption after calling LoadAuiPerspectives is really flaky too. I set the caption and call update, but I still have to close and open the pane a couple of times before the caption is what is should be.
Anyway, it would be best if the caption of panes was not saved in calls to SaveAuiPerspectives.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1908992&group_id=9863
More information about the wx-dev
mailing list