bugGnash - The GNU Flash player - Bugs: bug #33264, GNASH UI typos

 
 

bug #33264: GNASH UI typos

Submitter:  Chris Leonard <cjl_sugar>
Submitted:  Mon 09 May 2011 02:33:27 AM UTC
   
 
Category:  gui Severity:  3 - Normal
Release:  None Status:  Fixed
Privacy:  Public Assigned to:  strk
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Mon 09 May 2011 06:12:14 PM UTC, comment #3: 

Fixed in master with commit 371d1df
Thanks.

Sandro Santilli <strk>
Group Member
Mon 09 May 2011 05:55:25 PM UTC, comment #2: 

Doing it... (got answered privately with "no chance")

Sandro Santilli <strk>
Group Member
Mon 09 May 2011 07:42:43 AM UTC, comment #1: 

Chris, no chance to get a patch ?

Sandro Santilli <strk>
Group Member
Mon 09 May 2011 02:33:27 AM UTC, original submission:  

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

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

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

Chris Leonard <cjl_sugar>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by strk (Posted a comment)
  • -email is unavailable- added by cjl_sugar (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 4 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2011-05-09 strk StatusIn Progress Fixed
        Open/ClosedOpen Closed
    2011-05-09 strk StatusNone In Progress
        Assigned toNone strk

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code