creator/src/notifications.cpp
changeset 34 e0ec97ec3cc4
parent 23 c9bf25a20c9f
child 35 98924d2efce9
equal deleted inserted replaced
23:c9bf25a20c9f 34:e0ec97ec3cc4
    52 // ---------------------------------------------------------------------------
    52 // ---------------------------------------------------------------------------
    53 
    53 
    54 void Notifications::about()
    54 void Notifications::about()
    55 {
    55 {
    56     showMessageBox(HbMessageBox::MessageTypeInformation,
    56     showMessageBox(HbMessageBox::MessageTypeInformation,
    57         "Version 6.0.0 - April 23rd 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.",
    57         "Version 6.0.1 - June 4th 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.",
    58         "About Creator", 
    58         "About Creator", 
    59         HbPopup::NoTimeout
    59         HbPopup::NoTimeout
    60         );
    60         );
    61 }
    61 }
    62 
    62