diff options
| author | Teddy Wing | 2012-06-24 02:58:27 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2012-06-24 02:58:27 -0400 | 
| commit | 9a7c2527c36c088cc14fd6c27c90edd93d29bdd9 (patch) | |
| tree | 682898224e34d8dcf17270d626fa05ec6e83783a /Resources | |
| parent | d37afc0a7bed90562f6e1464cc44b6ba9220eb87 (diff) | |
| download | LikeFeed-9a7c2527c36c088cc14fd6c27c90edd93d29bdd9.tar.bz2 | |
Re-added title with name 'Sphnx'
Diffstat (limited to 'Resources')
| -rw-r--r-- | Resources/friendship/ui/ApplicationWindow.js | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/Resources/friendship/ui/ApplicationWindow.js b/Resources/friendship/ui/ApplicationWindow.js index d24e5aa..06f4632 100644 --- a/Resources/friendship/ui/ApplicationWindow.js +++ b/Resources/friendship/ui/ApplicationWindow.js @@ -10,7 +10,7 @@  		refresh_button.addEventListener('click', fs.ui.refreshLikeList);  		var win = Ti.UI.createWindow({ -			//title: 'FriendShip', +			title: 'Sphnx',      		tabBarHidden: true,      		leftNavButton: refresh_button  		}); | 
