IgnoreAction tempIA = new IgnoreAction(loc.getString("CTL_PopupMenuItem_Ignore"), ctx); // NOI18N
actions.add(tempIA);
}
* */
actions.add(null);
actions.add(new CustomMenu(ctx, true));
actions.add(null);
actions.add(new PropertiesAction(loc.getString("CTL_PopupMenuItem_Properties"), ctx)); // NOI18N
} else if (noneVersioned) {
actions.add(new InitAction(loc.getString("CTL_PopupMenuItem_Create"), ctx));
} else {