svn: /web/doc-editor/trunk/php/ AccountManager.php
[email protected] (Yago Ferrer)
| Newsgroups | php.doc.web |
|---|---|
| Message-ID | <[email protected]> |
yago Sun, 12 Dec 2010 21:15:52 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=306292
Log:
Disabling automatic google translation by default.
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-12-12 21:11:54 UTC (rev 306291)
+++ web/doc-editor/trunk/php/AccountManager.php 2010-12-12 21:15:52 UTC (rev 306292)
@@ -79,7 +79,7 @@
),
'newFile' => (object) Array(
'enableSpellCheck' => false,
- 'googlePanelDisplay' => true,
+ 'googlePanelDisplay' => false,
'nbDisplay' => 0,
'toolsPanelDisplay' => false,
'toolsPanelWidth' => 375,