Quote:
Originally Posted by vin255764
|
Yeah that works, however you can have your capital letters without a need to cook and reflash, and particularly for those running prebuilt roms. It's easy:
Use Total Commander, go to your windows folder, scroll till you get to Titanium, use Total commander edit function to open the cpr file for edit.
Look for the items that show up in our today screen, they come as "Expanded" and "Condensed". The condensed is your focus here.
So let's take "favorites" for our example:_ scroll to FavoritesCondensed,
4th line there reads like this:
<Text ID="PluginLabel" Left="10" Top="4" Width="300" Height="34"> FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" InnerTextType="Resource" Text="chomeres.dll,1025">
Okay so the [InnerTextType="Resource"] has to be deleted, then edit Text as Text="Favorites" but hey, that gives you the internet explorer so you can as well write Internet there. So your edited line look like this:
<Text ID="PluginLabel" Left="10" Top="4" Width="300" Height="34"> FontFamily="Tahoma" FontSize="18" FontStyle="Regular" Wrap="False" VerticalAlignment="Top" Trimming="EllipsisCharacter" Text="InternetExplorer">
So you do likewise with the remaining items and you can give them whatever name you want.
If you are going to use this info then pls hit the Thanks button hard. I dont know why but it makes me do more.