[Libreoffice-commits] .: fpicker/source

Thomas Arnhold tarnhold at kemper.freedesktop.org
Sat Mar 19 07:43:25 PDT 2011


 fpicker/source/unx/gnome/SalGtkFilePicker.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 9061806bb3c4ca0acd391dd697f4757db6b7cdbc
Author: Thomas Arnhold <thomas at arnhold.org>
Date:   Sat Mar 19 15:43:45 2011 +0100

    WaE: missing format string

diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
index 33e612c..3eccc60 100755
--- a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
+++ b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx
@@ -1035,6 +1035,7 @@ sal_Int16 SAL_CALL SalGtkFilePicker::execute() throw( uno::RuntimeException )
                                 GTK_DIALOG_MODAL,
                                 GTK_MESSAGE_QUESTION,
                                 GTK_BUTTONS_YES_NO,
+                                "%s",
                                 aMsg.getStr()
                             );
 


More information about the Libreoffice-commits mailing list