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.qml8
1 files changed, 6 insertions, 2 deletions
diff --git a/framework/qml/Messages.qml b/framework/qml/Messages.qml
index a3f6ef00..630d05ab 100644
--- a/framework/qml/Messages.qml
+++ b/framework/qml/Messages.qml
@@ -52,7 +52,11 @@ Item {
52 52
53 property string componentDone: "done" 53 property string componentDone: "done"
54 54
55 property string nextConversation: "nextConversation" 55 property string selectNextConversation: "selectNextConversation"
56 property string previousConversation: "previousConversation" 56 property string selectPreviousConversation: "selectPreviousConversation"
57 property string selectNextMessage: "selectNextMessage"
58 property string selectPreviousMessage: "selectPreviousMessage"
59 property string selectNextFolder: "selectNextFolder"
60 property string selectPreviousFolder: "selectPreviousFolder"
57} 61}
58 62