summaryrefslogtreecommitdiff
path: root/scp2/source/math/module_math.scp
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/math/module_math.scp')
-rw-r--r--scp2/source/math/module_math.scp9
1 files changed, 6 insertions, 3 deletions
diff --git a/scp2/source/math/module_math.scp b/scp2/source/math/module_math.scp
index 601ff88bdb70..a31c94edd754 100644
--- a/scp2/source/math/module_math.scp
+++ b/scp2/source/math/module_math.scp
@@ -4,9 +4,9 @@
*
* $RCSfile: module_math.scp,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: hr $ $Date: 2007-01-02 15:29:10 $
+ * last change: $Author: kz $ $Date: 2007-09-06 10:06:42 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -36,15 +36,17 @@
#include "macros.inc"
Module gid_Module_Prg_Math
+ PackageInfo = "packinfo_office.txt";
MOD_NAME_DESC ( MODULE_PRG_MATH );
ParentID = gid_Module_Prg;
- Sortkey = "500";
+ Sortkey = "600";
End
// #110743# Added gid_File_Lib_Bf_Sm, gid_File_Res_Bf_Sm
Module gid_Module_Prg_Math_Bin
MOD_NAME_DESC ( MODULE_PRG_MATH_BIN );
ParentID = gid_Module_Prg_Math;
+ Sortkey = "100";
Minimal = YES;
Default = YES;
Files = (gid_File_Html_W3c_Ipr,gid_File_Dtd_Math,gid_File_Exe_Smath,gid_File_Res_Sm,gid_File_Lib_Sm,gid_File_Lib_Smd,gid_File_Extra_Urlmore_Math,gid_File_Extra_Urlnew_Math,gid_File_Extra_Urltasks_Math,
@@ -57,6 +59,7 @@ End
Module gid_Module_Prg_Math_Help
MOD_NAME_DESC ( MODULE_PRG_MATH_HELP );
ParentID = gid_Module_Prg_Math;
+ Sortkey = "200";
Default = YES;
Files = (gid_File_Help_Smath_Zip);
End