diff -r 7645e9ce10dc -r 096dad6e50a9 startupservices/Startup/src/StartupTone.cpp --- a/startupservices/Startup/src/StartupTone.cpp Fri Mar 12 15:43:21 2010 +0200 +++ b/startupservices/Startup/src/StartupTone.cpp Mon Mar 15 12:41:10 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved. * This component and the accompanying materials are made available * under the terms of "Eclipse Public License v1.0" @@ -28,7 +28,7 @@ #include "AudioPreference.h" #define MIN_VOLUME 0 -#define MAX_VOLUME 10 +#define MAX_VOLUME 10000 //=============================== MEMBER FUNCTIONS ============================ // ---------------------------------------------------------