Skip to content

Commit

Permalink
Some housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiantheblind committed Aug 4, 2011
1 parent 776bc21 commit 451d346
Show file tree
Hide file tree
Showing 9 changed files with 338 additions and 89 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.DS_Store
14 changes: 14 additions & 0 deletions MPOLnch.fr
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,11 @@ resource MenuDef (kSDKDefMenuResourceID)
kMPOLnchAddItemMenuItemPosition,
kSDKDefIsNotDynamicMenuFlag,

kMPOLnchFCQueriesActionID, // this is the FC Stuff
kMPOLnchTargetMenuPath,
kMPOLnchFCQueriesMenuItemPosition,
kSDKDefIsNotDynamicMenuFlag,

kMPOLnchRemoveItemActionID,
kMPOLnchTargetMenuPath,
kMPOLnchRemoveItemMenuItemPosition,
Expand Down Expand Up @@ -257,6 +262,15 @@ resource ActionDef (kSDKDefActionResourceID)
kDisableIfLowMem,
kInvalidInterfaceID,
kSDKDefInvisibleInKBSCEditorFlag,

kMPOLnchActionComponentBoss, // FCQueries stuff
kMPOLnchFCQueriesActionID,
kMPOLnchFCQueriesMenuItemKey,
kOtherActionArea,
kNormalAction,
kDisableIfLowMem,
kInvalidInterfaceID,
kSDKDefInvisibleInKBSCEditorFlag,

kMPOLnchActionComponentBoss,
kMPOLnchRemoveItemActionID,
Expand Down
Loading

0 comments on commit 451d346

Please sign in to comment.