launcher/src/notifications.cpp
branchGCC_SURGE
changeset 37 c20154ccf3c0
parent 23 c9bf25a20c9f
equal deleted inserted replaced
20:ba8a586c45f1 37:c20154ccf3c0
    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 // ---------------------------------------------------------------------------