GNOME Bugzilla – Bug 433444
Problem with Catalog and Constants in "All jumps"
Last modified: 2007-04-26 12:27:33 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
Fixed writing the Catalog.Init just before the new Chronojump(args)