This might encourage users to post this information when reporting bugs
and sometimes it's useful to be able to copy the paths of the Library
and User directories.

Comments?

Thanks,

Scott
From 65b5783645468afa0ade232c845bb28a71d2f326 Mon Sep 17 00:00:00 2001
From: Scott Kostyshak <skost...@lyx.org>
Date: Sun, 30 Sep 2012 16:55:55 -0400
Subject: [PATCH] Make text selectable in Help > About LyX > Version

This might encourage users to post this information when reporting bugs
and sometimes it's useful to be able to copy the paths of the Library
and User directories.
---
 src/frontends/qt4/ui/AboutUi.ui |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/frontends/qt4/ui/AboutUi.ui b/src/frontends/qt4/ui/AboutUi.ui
index 774ca63..5333a7f 100644
--- a/src/frontends/qt4/ui/AboutUi.ui
+++ b/src/frontends/qt4/ui/AboutUi.ui
@@ -55,6 +55,9 @@
          <property name="margin" >
           <number>6</number>
          </property>
+         <property name="textInteractionFlags">
+          <set>Qt::TextSelectableByMouse</set>
+         </property>
         </widget>
        </item>
       </layout>
-- 
1.7.9.5

Reply via email to