[PC-BSD Commits] r773 - pcbsd/trunk/PBIsource
svn at pcbsd.org
svn at pcbsd.org
Mon Oct 1 12:42:44 PDT 2007
Author: kris
Date: 2007-10-01 12:42:43 -0700 (Mon, 01 Oct 2007)
New Revision: 773
Modified:
pcbsd/trunk/PBIsource/pbi.ui.h
Log:
Fixed bug in PBI creator so that programs in the "Internet" category show
up properly now.
Modified: pcbsd/trunk/PBIsource/pbi.ui.h
===================================================================
--- pcbsd/trunk/PBIsource/pbi.ui.h 2007-10-01 13:48:56 UTC (rev 772)
+++ pcbsd/trunk/PBIsource/pbi.ui.h 2007-10-01 19:42:43 UTC (rev 773)
@@ -737,7 +737,7 @@
}
if ( ExeKdeCat[exenum] == "Internet")
{
- stream << "Categories=Qt;KDE;Internet;\n";
+ stream << "Categories=Qt;KDE;Network;\n";
}
if ( ExeKdeCat[exenum] == "Multimedia")
{
@@ -830,7 +830,7 @@
}
if ( ExeKdeCat[exenum] == "Internet")
{
- stream << "Categories=Qt;KDE;Internet;\n";
+ stream << "Categories=Qt;KDE;Network;\n";
}
if ( ExeKdeCat[exenum] == "Multimedia")
{
More information about the Commits
mailing list