gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] /srv/bzr/gnash/trunk r11732: add_q() to strings so they c


From: Rob Savoye
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11732: add_q() to strings so they can be translated.
Date: Tue, 22 Dec 2009 16:51:32 -0700
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11732
author: Maximiliano <address@hidden>
committer: Rob Savoye <address@hidden>
branch nick: trunk
timestamp: Tue 2009-12-22 16:51:32 -0700
message:
  add_q() to strings so they can be translated.
modified:
  gui/Kde4Gui.cpp
=== modified file 'gui/Kde4Gui.cpp'
--- a/gui/Kde4Gui.cpp   2009-11-17 18:54:54 +0000
+++ b/gui/Kde4Gui.cpp   2009-12-22 23:51:32 +0000
@@ -164,11 +164,11 @@
     _validbounds.setTo(0, 0, _width, _height);
     _glue.initBuffer(_width, _height);
     
-    log_debug("Setting renderer");
+    log_debug(_q("Setting renderer"));
 
     _runResources.setRenderer(_renderer);
     
-    log_debug("Set renderer");
+    log_debug(_q("Set renderer"));
    
     return true;
 }


reply via email to

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