X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ftimers.cpp;h=3f0b18151306cacab8104a434cfb928cdb1cbf03;hb=26523a1ba309b07a865b4a9e4720216cc40c7e87;hp=abe6f5eeb32543c7c8ac3e63b60c8c188003d763;hpb=48ee8536f42ca5a34cb8d465651519d74a625d19;p=xestiaab%2F.git diff --git a/source/common/timers.cpp b/source/common/timers.cpp index abe6f5e..3f0b181 100644 --- a/source/common/timers.cpp +++ b/source/common/timers.cpp @@ -1,3 +1,21 @@ +// timers.cpp - Timers subroutines. +// +// (c) 2012-2015 Xestia Software Development. +// +// This file is part of Xestia Address Book. +// +// Xestia Address Book is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by the +// Free Software Foundation, version 3 of the license. +// +// Xestia Address Book is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along +// with Xestia Address Book. If not, see + #include "../frmActivityMgr.h" #include "../frmContact.h" #include "../frmMain.h" @@ -245,7 +263,7 @@ void wxActListProcTimer::Notify(){ ueventdata->ItemIndex = LongIter->second; ueventdata->ItemLabel = _("Processing..."); - ueventdata->ItemDes = _("Adding Contact '") + DetailIter->second + _("'..."); + //ueventdata->ItemDes = _("Adding Contact '") + DetailIter->second + _("'..."); wxPostEvent(static_cast(ActMgrPtr), uevent);