summaryrefslogtreecommitdiffstats
path: root/framework/qml/Messages.qml
diff options
context:
space:
mode:
Diffstat (limited to 'framework/qml/Messages.qml')
-rw-r--r--framework/qml/Messages.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml
index 26a3ea3e..a6ca6fe0 100644
--- a/framework/qml/Messages.qml
+++ b/framework/qml/Messages.qml
@@ -39,5 +39,6 @@ Item {
39 property string synchronize: "synchronize" 39 property string synchronize: "synchronize"
40 property string reply: "reply" 40 property string reply: "reply"
41 property string edit: "edit" 41 property string edit: "edit"
42 property string compose: "compose"
42} 43}
43 44