vcl/source/window/builder.cxx |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit bc16ad7c8d08d3c97c19c80b2de39adf932bdfc1
Author: Caolán McNamara <caol...@redhat.com>
Date:   Mon Aug 25 20:50:16 2014 +0100

    connect gtk-yes and gtk-no up
    
    Change-Id: I5c17e633b9a638ed99d1129447f628155dd043cd

diff --git a/vcl/source/window/builder.cxx b/vcl/source/window/builder.cxx
index 9ef687b..00ba2b5 100644
--- a/vcl/source/window/builder.cxx
+++ b/vcl/source/window/builder.cxx
@@ -679,6 +679,10 @@ namespace
             return (VclResId(SV_BUTTONTEXT_STOP).toString());
         else if (rType == "gtk-connect")
             return (VclResId(SV_BUTTONTEXT_CONNECT).toString());
+        else if (rType == "gtk-yes")
+            return (VclResId(SV_BUTTONTEXT_YES).toString());
+        else if (rType == "gtk-no")
+            return (VclResId(SV_BUTTONTEXT_NO).toString());
         SAL_WARN("vcl.layout", "unknown stock type: " << rType.getStr());
         return OUString();
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to