launcher/src/notifications.cpp
changeset 28 4cc0d1a608c1
parent 17 4f2773374eff
equal deleted inserted replaced
27:271e901a9423 28:4cc0d1a608c1
    43 
    43 
    44 void Notifications::about()
    44 void Notifications::about()
    45 {
    45 {
    46     Notifications::showMessageBox( 
    46     Notifications::showMessageBox( 
    47         HbMessageBox::MessageTypeInformation, 
    47         HbMessageBox::MessageTypeInformation, 
    48         "Version 4.0.0 - 3rd March 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.", 
    48         "Version 4.0.1 - 21st May 2010. Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved. Licensed under Eclipse Public License v1.0.", 
    49         "About Launcher"
    49         "About Launcher"
    50         );
    50         );
    51 }
    51 }
    52 
    52 
    53 // ---------------------------------------------------------------------------
    53 // ---------------------------------------------------------------------------