URL:
  <http://gna.org/bugs/?13007>

                 Summary: "persistent" misspelled in two macros in
interface-utils.cfg
                 Project: Battle for Wesnoth
            Submitted by: voris
            Submitted on: Monday 02/16/2009 at 07:25
                Category: Feature Request
                Severity: 1 - Wish
                Priority: 5 - Normal
              Item Group: WML
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.5.9
        Operating System: Ubuntu 8.10

    _______________________________________________________

Details:

SET_LABEL_PERSISTANT and SET_IMAGE_AND_LABEL_PERSISTANT both use misspellings
of "PERSISTENT" and I keep spelling it correctly and having to go back to
change it in my code. Could we please add an alias for each with the correct
spelling? I know it's a bit pedantic but that's why I didn't file this as a
bug. It just would be nice to not have to imprint a misspelling on my brain.
:)

For your convenience, should you choose to indulge me:

#define SET_LABEL_PERSISTENT X Y STRING
    # Alias for misspelled SET_LABEL_PERSISTANT.
    #
    # Example:
    #! {SET_LABEL_PERSISTENT 4 7 ( _ "There really will be dragons here!!")}
    {SET_LABEL_PERSISTANT {X} {Y} ({STRING}) }
#enddef

#define SET_IMAGE_AND_LABEL_PERSISTENT X Y IMAGE STRING
    # Alias for misspelled SET_IMAGE_AND_LABEL_PERSISTANT.
    {SET_IMAGE_AND_LABEL_PERSISTANT {X} {Y} {IMAGE} ({STRING}) }
#enddef




    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?13007>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to