|
From: <cre...@us...> - 2006-04-02 22:47:53
|
Revision: 1185 Author: creecode Date: 2006-04-02 15:47:42 -0700 (Sun, 02 Apr 2006) ViewCVS: http://svn.sourceforge.net/frontierkernel/?rev=1185&view=rev Log Message: ----------- removed UserLand from status bar icon on Windows Modified Paths: -------------- Frontier/trunk/Common/source/FrontierWinMain.c Modified: Frontier/trunk/Common/source/FrontierWinMain.c =================================================================== --- Frontier/trunk/Common/source/FrontierWinMain.c 2006-04-02 20:29:38 UTC (rev 1184) +++ Frontier/trunk/Common/source/FrontierWinMain.c 2006-04-02 22:47:42 UTC (rev 1185) @@ -3174,7 +3174,7 @@ strcpy (statusIconData.szTip, "OPML"); #endif // OPMLEDITOR #else - strcpy (statusIconData.szTip, "UserLand Frontier"); + strcpy (statusIconData.szTip, "Frontier"); // 2005-04-02 creedon: removed UserLand #endif Shell_NotifyIcon (NIM_ADD, &statusIconData); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |