summaryrefslogtreecommitdiff
path: root/desktop/source/app/app.cxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2016-09-21 10:22:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2016-09-21 14:34:53 +0100
commitfa5337ce04a642cb54d802f102735d90728516b9 (patch)
tree03cbe1ad5060791df468c261ac622a59144c1da8 /desktop/source/app/app.cxx
parent5057c70ed8fea6f68c1bb28cfc35243d46cf712b (diff)
use #i format for these bug ids
Change-Id: I90b6e426718ff11b4dfae00f7ee6b5e1036390f9
Diffstat (limited to 'desktop/source/app/app.cxx')
-rw-r--r--desktop/source/app/app.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop/source/app/app.cxx b/desktop/source/app/app.cxx
index 0f039a913ce8..732507b27733 100644
--- a/desktop/source/app/app.cxx
+++ b/desktop/source/app/app.cxx
@@ -1931,7 +1931,7 @@ class ExitTimer : public Timer
IMPL_LINK_NOARG_TYPED(Desktop, OpenClients_Impl, void*, void)
{
try {
- // #114963#
+ // #i114963#
// Enable IPC thread before OpenClients
//
// This is because it is possible for another client to connect during the OpenClients() call.