svn: /web/doc-editor/trunk/php/ AccountManager.php
[email protected] (Yannick Torres)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yannick Mon, 22 Mar 2010 21:36:05 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=296635
Log:
cleanUp some options names
Changed paths:
U web/doc-editor/trunk/php/AccountManager.php
Modified: web/doc-editor/trunk/php/AccountManager.php
===================================================================
--- web/doc-editor/trunk/php/AccountManager.php 2010-03-22 21:35:18 UTC (rev 296634)
+++ web/doc-editor/trunk/php/AccountManager.php 2010-03-22 21:36:05 UTC (rev 296635)
@@ -29,7 +29,7 @@
private function __construct()
{
$this->defaultConf = array(
- "onSaveLangFile" => 'ask-me',
+ "onSaveFile" => 'ask-me',
"mainAppMainMenuWidth" => 300,
"mainAppLoadMailsAtStartUp" => false,
@@ -50,9 +50,11 @@
"needUpdateSpellCheckEn" => false,
"needUpdateSpellCheckLang" => false,
- "errorDisplayLog" => false,
- "errorDisplaylogPanel" => false,
- "errorDisplaylogPanelWidth" => 375,
+ "errorEntitiesLoadData" => false,
+ "errorAcronymsLoadData" => false,
+ "errorLogLoadData" => false,
+ "errorLogPanel" => false,
+ "errorLogPanelWidth" => 375,
"errorDescPanel" => true,
"errorDescPanelHeight" => 150,
"errorScrollbars" => true,
@@ -70,8 +72,6 @@
"allFilesEntitiesLoadData" => false,
"allFilesAcronymsLoadData" => false,
- "allFilesEntitiesAcronymsPanel" => false,
- "allFilesEntitiesAcronymsPanelWidth" => 375,
"allFilesDisplayLog" => false,
"allFilesDisplaylogPanel" => false,
"allFilesDisplaylogPanelWidth" => 375,