Fixed issue with link set and enabled the dictionary for triggers/actions (english only)

SVN:trunk[599]
This commit is contained in:
Romain Quetiez
2010-07-12 15:51:57 +00:00
parent 86e34754cb
commit 6df0ea704c
4 changed files with 410 additions and 32 deletions

View File

@@ -127,7 +127,7 @@ class Config
);
$this->m_aDictionaries = array(
// Default dictionaries, always present can be moved to an official iTop Module later if needed
//'../dictionaries/dictionary.itop.core.php',
'../dictionaries/dictionary.itop.core.php',
'../dictionaries/dictionary.itop.ui.php', // Support for English
'../dictionaries/fr.dictionary.itop.ui.php', // Support for French
);