Navigation Menu

Skip to content

Commit

Permalink
Updated default preferences with message for removal (bug 625055)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbasta committed Jun 2, 2011
1 parent 3799b43 commit 5d6c481
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packager/resources/defaults/preferences/prefs.js
@@ -1,3 +1,8 @@
// Default preference values. These are accessible via the preferences system
// or via the optional chrome/content/options.xul preferences dialog.

// These are here as an example only. Please remove them or rename them to
// something useful.
pref("extensions.%slug%.boolpref", false);
pref("extensions.%slug%.intpref", 0);
pref("extensions.%slug%.stringpref", "A string");
Expand Down

0 comments on commit 5d6c481

Please sign in to comment.