mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-14 23:03:40 +01:00
Use WarningMsg rather than ErrorMsg for deprecation warnings.
This commit is contained in:
@@ -174,7 +174,7 @@ var Prefs = Module("prefs", XPCOM([Ci.nsIObserver, Ci.nsISupportsWeakReference])
|
||||
let msg = "Warning: setting preference " + name + ", but it's changed from its default value.";
|
||||
if (message)
|
||||
msg = template.linkifyHelp(msg + " " + message);
|
||||
util.dactyl.echomsg(msg);
|
||||
util.dactyl.warn(msg);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user