comparison gui/app.c @ 33084:b8779b19730e

Cosmetic: Rename menuBase menu. The new name corresponds better to the names of the other wItems and statements using it are more intelligible.
author ib
date Thu, 31 Mar 2011 12:25:32 +0000
parents 901dc2c4130f
children eabc2472e7eb
comparison
equal deleted inserted replaced
33083:8c96263e0f09 33084:b8779b19730e
104 appClearItem(&appMPlayer.sub); 104 appClearItem(&appMPlayer.sub);
105 105
106 appClearItem(&appMPlayer.bar); 106 appClearItem(&appMPlayer.bar);
107 appMPlayer.barIsPresent = 0; 107 appMPlayer.barIsPresent = 0;
108 108
109 appClearItem(&appMPlayer.menuBase); 109 appClearItem(&appMPlayer.menu);
110 appClearItem(&appMPlayer.menuSelected); 110 appClearItem(&appMPlayer.menuSelected);
111 appMPlayer.menuIsPresent = 0; 111 appMPlayer.menuIsPresent = 0;
112 112
113 for (i = 0; i <= appMPlayer.IndexOfMainItems; i++) 113 for (i = 0; i <= appMPlayer.IndexOfMainItems; i++)
114 appClearItem(&appMPlayer.mainItems[i]); 114 appClearItem(&appMPlayer.mainItems[i]);