License and Privilege changes
[apps/osp/Call.git] / src / CallErrorMsgPopup.cpp
index 4434c9f..430fd1b 100644 (file)
@@ -1,7 +1,7 @@
 //
 // Copyright (c) 2012 Samsung Electronics Co., Ltd.
 //
-// Licensed under the Flora License, Version 1.0 (the License);
+// Licensed under the Flora License, Version 1.1 (the License);
 // you may not use this file except in compliance with the License.
 // You may obtain a copy of the License at
 //
@@ -228,6 +228,12 @@ ErrorMsgPopup::FetchErrorMessage(int errorCode)
        }
        break;
 
+       case ERROR_GPRS_NUMBER:
+       {
+               msg.Append(AppUtility::GetResourceString(IDS_GPRS_NUMBER));
+       }
+       break;
+
        case ERROR_GENERAL:
        default:
        {