1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-24 08:42:28 +01:00

rename flagged -> starred

This commit is contained in:
Martin Stubenschrott
2008-03-04 22:50:16 +00:00
parent 97e009ecff
commit bc5efdab0d
2 changed files with 4 additions and 9 deletions

View File

@@ -786,11 +786,6 @@ vimperator.Events = function () //{{{
vimperator.beep();
return;
}
else
{
evt.preventDefault();
evt.stopPropagation();
}
}
},