creator/src/notifications.cpp
changeset 52 36d60d12b4af
parent 51 b048e15729d6
equal deleted inserted replaced
51:b048e15729d6 52:36d60d12b4af
    53 // ---------------------------------------------------------------------------
    53 // ---------------------------------------------------------------------------
    54 
    54 
    55 void Notifications::about()
    55 void Notifications::about()
    56 {
    56 {
    57     showMessageBox(HbMessageBox::MessageTypeInformation,
    57     showMessageBox(HbMessageBox::MessageTypeInformation,
    58         "Version 6.1.1 - August 27th 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.",
    58         "Version 6.1.2 - September 9th 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.",
    59         "About Creator", 
    59         "About Creator", 
    60         HbPopup::NoTimeout
    60         HbPopup::NoTimeout
    61         );
    61         );
    62 }
    62 }
    63 
    63