gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #33264] GNASH UI typos


From: Chris Leonard
Subject: [Gnash-commit] [bug #33264] GNASH UI typos
Date: Mon, 09 May 2011 02:33:29 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110422 Ubuntu/10.04 (lucid) Firefox/3.6.17

URL:
  <http://savannah.gnu.org/bugs/?33264>

                 Summary: GNASH UI typos
                 Project: Gnash - The GNU Flash player
            Submitted by: cjl_sugar
            Submitted on: Mon 09 May 2011 02:33:27 AM GMT
                Category: gui
                Severity: 3 - Normal
                 Release: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

++++++++++++++++++++++++++++++++++++++

Space character missing before is
libcore/asobj/Sound_as.cpp:992 libcore/asobj/Sound_as.cpp:1047

Export '%s'is not a sound

to

Export '%s' is not a sound
++++++++++++++++++++++++++++++++++++++

Unnecessary double-space before args
libcore/asobj/MovieClip_as.cpp:1775

%s.beginGradientFill(%s): one or more of the  args from 2nd to 5th don't cast
to objects

to

%s.beginGradientFill(%s): one or more of the args from 2nd to 5th don't cast
to objects

++++++++++++++++++++++++++++++++++++++

Space character missing after comma
libcore/MovieClip.cpp:1098

Target frame of a gotoFrame(%d) was never loaded,although frame count in
header (%d) said we should have found it

to

Target frame of a gotoFrame(%d) was never loaded, although frame count in
header (%d) said we should have found it

++++++++++++++++++++++++++++++++++++++

Space character missing after comma
libcore/MovieClip.cpp:1139

Target frame of a gotoFrame(%d) was never loaded,although frame count in
header (%d) said we should have found it

to

Target frame of a gotoFrame(%d) was never loaded, although frame count in
header (%d) said we should have found it

++++++++++++++++++++++++++++++++++++++

unmatched parenthesis after loaded (unsure how to fix)
libcore/MovieClip.cpp:1130

GotoFrame(%d) targets a yet to be loaded frame (%d) loaded). We'll wait for it
but a more correct form is explicitly using WaitForFrame instead

possibly to

GotoFrame(%d) targets a yet to be loaded frame (%d) loaded. We'll wait for it
but a more correct form is explicitly using WaitForFrame instead

++++++++++++++++++++++++++++++++++++++

remove space character before question mark
libcore/movie_root.cpp:723

ActionLimits hit during mouse event processing: %s. Disable scripts ?

to

ActionLimits hit during mouse event processing: %s. Disable scripts?

++++++++++++++++++++++++++++++++++++++

remove singlequote 
gui/fb/fb.cpp:213

Free'ing offscreen buffer

to

Freeing offscreen buffer

or Releasing offscreen buffer


++++++++++++++++++++++++++++++++++++++

unmatched parenthesis before expected (unsure how to fix)
libcore/swf/tag_loaders.cpp:168

DEFINESOUNDLOADER: sound sample rate %d (expected 0 to %u

possibly to

DEFINESOUNDLOADER: sound sample rate %d (expected 0 to %u)

++++++++++++++++++++++++++++++++++++++

Correct spelling error in "character"
libcore/swf/DefineButtonTag.cpp:89
  DefineButton loader: chararacter id = %d

to

  DefineButton loader: character id = %d

++++++++++++++++++++++++++++++++++++++





    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?33264>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]