Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <olivier@woboq.com>2017-02-23 16:54:17 +0300
committerMarkus Goetz <markus@woboq.com>2017-02-23 16:54:17 +0300
commit7bfe0613827aa7cee93a77ccbedab9b07ea9ca78 (patch)
tree585a4921dcf43b67495e14525905a662a4fb38ae /src/gui/folderwizardtargetpage.ui
parent13332529022b0e1f6f02ec3a62d2233fce3f8d9c (diff)
Verify that all strings are properly escaped (#5558)
- I checked every occurence of a '%2' and make correct use of the QString::arg overload that takes several argument instead of chaining them, because the first argument can contains a '%1' - I tried to look for every label that they either use plain text or richtext and escape the user provided strings in there.
Diffstat (limited to 'src/gui/folderwizardtargetpage.ui')
-rw-r--r--src/gui/folderwizardtargetpage.ui2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/folderwizardtargetpage.ui b/src/gui/folderwizardtargetpage.ui
index 0a9ad5aa9..5dcefc73f 100644
--- a/src/gui/folderwizardtargetpage.ui
+++ b/src/gui/folderwizardtargetpage.ui
@@ -110,7 +110,7 @@
<string>TextLabel</string>
</property>
<property name="textFormat">
- <enum>Qt::AutoText</enum>
+ <enum>Qt::RichText</enum>
</property>
<property name="wordWrap">
<bool>true</bool>