Issue #123 Improved context menu integration

This commit is contained in:
Jindra Petk
2013-08-03 17:36:41 +02:00
parent b01ede8cca
commit 324cafa0f9
2 changed files with 28 additions and 9 deletions

View File

@@ -2241,7 +2241,7 @@ public class MainFrame extends AppRibbonFrame implements ActionListener, TreeSel
public void run() {
miAssociate.setSelected(Main.isAddedToContextMenu());
}
}, 500); //It takes some time registry change to apply
}, 1000); //It takes some time registry change to apply
break;
case "GOTODOCUMENTCLASS":
gotoDocumentClass();