After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 433444 - Problem with Catalog and Constants in "All jumps"
Problem with Catalog and Constants in "All jumps"
Status: RESOLVED FIXED
Product: chronojump
Classification: Other
Component: chronojump
052
Other All
: Normal normal
: ---
Assigned To: Xavier de Blas
Xavier de Blas
Depends on:
Blocks:
 
 
Reported: 2007-04-25 21:37 UTC by Xavier de Blas
Modified: 2007-04-26 12:27 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Xavier de Blas 2007-04-25 21:37:42 UTC
It seems Catalog does not work ok with Constants, probably we need to instantiate Constants.

after we made the init, both this:

Console.WriteLine(Constants.AllJumpsName);
Console.WriteLine(Catalog.GetString("All jumps"));

and the results (in catalan) where:
All jumps
Tots els salts

This does problems in stats selection and in treeview combos on events showing
Comment 1 Xavier de Blas 2007-04-26 12:27:33 UTC
Fixed writing the Catalog.Init just before the new Chronojump(args)