home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / nlaun / Launchy.xpi / launchy.js < prev   
Encoding:
Text File  |  2004-09-07  |  1.9 KB  |  41 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at http://www.mozilla.org/MPL/
  7.  *
  8.  * Software distributed under the License is distributed on an "AS IS" basis,
  9.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  10.  * for the specific language governing rights and limitations under the
  11.  * License.
  12.  *
  13.  * The Initial Developer of the Original Code is
  14.  * Henrik Gemal http://gemal.dk
  15.  *
  16.  * Portions created by the Initial Developer are Copyright (C) 2001-2004
  17.  * the Initial Developer. All Rights Reserved.
  18.  *
  19.  * Alternatively, the contents of this file may be used under the terms of
  20.  * either the GNU General Public License Version 2 or later (the "GPL"), or
  21.  * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  22.  * in which case the provisions of the GPL or the LGPL are applicable instead
  23.  * of those above. If you wish to allow use of your version of this file only
  24.  * under the terms of either the GPL or the LGPL, and not to allow others to
  25.  * use your version of this file under the terms of the MPL, indicate your
  26.  * decision by deleting the provisions above and replace them with the notice
  27.  * and other provisions required by the GPL or the LGPL. If you do not delete
  28.  * the provisions above, a recipient may use your version of this file under
  29.  * the terms of any one of the MPL, the GPL or the LGPL.
  30.  *
  31.  * ***** END LICENSE BLOCK ***** */
  32.  
  33. // show debug information in JavaScript Console
  34. pref("extensions.launchy.developer", false);
  35. // show application icons in Launchy menu
  36. pref("extensions.launchy.showfileicons", false);
  37. // user disabled applications
  38. pref("extensions.launchy.disabledapps", "");
  39. // location of xmlfile
  40. pref("extensions.launchy.xmlfile", "");
  41.