summaryrefslogtreecommitdiff
path: root/common/browserdefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/browserdefs.h')
-rw-r--r--common/browserdefs.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/common/browserdefs.h b/common/browserdefs.h
index f9c8e84..64368e7 100644
--- a/common/browserdefs.h
+++ b/common/browserdefs.h
@@ -232,8 +232,8 @@ namespace conn {
*/
//## type DIALOG_RESULT
enum DIALOG_RESULT {
- DR_OK,
- DR_CANCEL
+ DR_CANCEL = 0,
+ DR_OK = 1
};
inline const QDBusArgument &operator>>(const QDBusArgument &argument, conn::brw::DIALOG_RESULT &dialogresult)