diff src/ui/bmi/mmiBookServices.h @ 100:609eb8031c17

mmiBook*.h: bogotab fixes
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 08 Nov 2020 22:53:20 +0000
parents c0052fe355d3
children
line wrap: on
line diff
--- a/src/ui/bmi/mmiBookServices.h	Sun Nov 08 08:33:36 2020 +0000
+++ b/src/ui/bmi/mmiBookServices.h	Sun Nov 08 22:53:20 2020 +0000
@@ -3,7 +3,7 @@
 
 /*******************************************************************************
 
-					CONDAT (UK)
+                    CONDAT (UK)
 
 ********************************************************************************
 
@@ -12,36 +12,36 @@
 
 ********************************************************************************
 
- $Project name:	Basic MMI
- $Project code:	BMI (6349)
- $Module:		PhoneBook
- $File:		    MmiBookServices.h
- $Revision:		1.0
+ $Project name: Basic MMI
+ $Project code: BMI (6349)
+ $Module:       PhoneBook
+ $File:         MmiBookServices.h
+ $Revision:     1.0
 
- $Author:		Condat(UK)
- $Date:		    25/10/00
+ $Author:       Condat(UK)
+ $Date:         25/10/00
 
 ********************************************************************************
 
  Description:
 
     This module provides the basic phone book services required by
-	the other phone book modules
+    the other phone book modules
 
 ********************************************************************************
  $History: MmiMsgs.c
 
-	June 07,  2005   REF: CRR MMI-FIX-31545 x0021334
-    	Issue description: SIM: wrong behavior when FDN is not allocated in SST
-    	Solution: Before displaying the FDN options, a check is made if FDN is allocated. Only if
-                  	FDN is allocated, the options are displayed.
+    June 07,  2005   REF: CRR MMI-FIX-31545 x0021334
+        Issue description: SIM: wrong behavior when FDN is not allocated in SST
+        Solution: Before displaying the FDN options, a check is made if FDN is allocated. Only if
+                    FDN is allocated, the options are displayed.
 
-	Jul 28, 2004       	REF: CRR:20887 xrashmic - SASKEN
-	Description: Current state of FDN not highlighted
-	Fix: Instead of showing the submenu directly we call this function
-	where we set the menu and also higlight the previously selected menu item
+    Jul 28, 2004        REF: CRR:20887 xrashmic - SASKEN
+    Description: Current state of FDN not highlighted
+    Fix: Instead of showing the submenu directly we call this function
+    where we set the menu and also higlight the previously selected menu item
 
-	25/10/00			Original Condat(UK) BMI version.
+    25/10/00            Original Condat(UK) BMI version.
 
  $End
 
@@ -90,7 +90,7 @@
 /* SPR1112 - SH - Show an info screen
 */
 T_MFW_HND bookShowInfoScreen( MfwHnd parent, int txtId1, int txtId2, T_VOID_FUNC cb_function,
-	USHORT Identifier, ULONG Time);
+    USHORT Identifier, ULONG Time);
 
 /* Add name when the number is already known
 */
@@ -134,7 +134,7 @@
 void bookActivateFDN( T_MFW_HND window );
 int bookFDNMenu(MfwMnu* menu, MfwMnuItem* item);//MMI SPR 18555
 
-// Jul 28, 2004       	REF: CRR:20887 xrashmic - SASKEN
+// Jul 28, 2004         REF: CRR:20887 xrashmic - SASKEN
 void settingsFocusFDNCurSel(void);
 
 // June 07,  2005         REF: CRR MMI-FIX-31545 x0021334