gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/server edit_text_character.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/server edit_text_character.cpp
Date: Thu, 10 Apr 2008 21:46:02 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/04/10 21:46:02

Modified files:
        server         : edit_text_character.cpp 

Log message:
        blockIndent is not discarded anymore

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/edit_text_character.cpp?cvsroot=gnash&r1=1.170&r2=1.171

Patches:
Index: edit_text_character.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/edit_text_character.cpp,v
retrieving revision 1.170
retrieving revision 1.171
diff -u -b -r1.170 -r1.171
--- edit_text_character.cpp     10 Apr 2008 21:45:20 -0000      1.170
+++ edit_text_character.cpp     10 Apr 2008 21:46:02 -0000      1.171
@@ -186,7 +186,7 @@
 
        // TODO: add font color and some more
 
-       ONCE( log_unimpl("TextField.getTextFormat() discards url, target, 
underline, blockIndent, tabStops, bullet and display") );
+       ONCE( log_unimpl("TextField.getTextFormat() discards url, target, 
underline, tabStops, bullet and display") );
 
        return as_value(tf.get());
 }
@@ -259,7 +259,7 @@
 
        // TODO: add font color and some more
 
-       ONCE( log_unimpl("TextField.setTextFormat() discards url, target, 
underline, blockIndent, tabStops, bullet and display") );
+       ONCE( log_unimpl("TextField.setTextFormat() discards url, target, 
underline, tabStops, bullet and display") );
 
        return as_value();
 




reply via email to

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