creator/src/notifications.cpp
changeset 31 e7a04a6385be
parent 29 1c71b77fbc93
child 51 b048e15729d6
equal deleted inserted replaced
30:d8e625c87f33 31:e7a04a6385be
    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.1 - June 4th 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.",
    57         "Version 6.1.0 - June 18th 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