summaryrefslogtreecommitdiff
path: root/xulmus
diff options
context:
space:
mode:
authorDoug Kearns <dougkearns@gmail.com>2009-04-01 22:05:35 +1100
committerDoug Kearns <dougkearns@gmail.com>2009-04-01 22:05:35 +1100
commit1acb94114833298553d70b7f75aebbb3cce910f9 (patch)
treee6890945a57147b23f3e0b97ee362387a648b77c /xulmus
parenta1ce575cef653292f928f5e4a692ab392552237a (diff)
downloadpentadactyl-1acb94114833298553d70b7f75aebbb3cce910f9.tar.gz
Add :dia newsmartplaylist to Xulmus.
Diffstat (limited to 'xulmus')
-rw-r--r--xulmus/TODO3
-rw-r--r--xulmus/content/config.js2
-rw-r--r--xulmus/locale/en-US/gui.txt1
3 files changed, 5 insertions, 1 deletions
diff --git a/xulmus/TODO b/xulmus/TODO
index b7bf263b..8fd27599 100644
--- a/xulmus/TODO
+++ b/xulmus/TODO
@@ -10,9 +10,10 @@ BUGS:
Is this workable anyway? --djk
- <C-^> is off by one when alternating with the media tab
- numbered tabs
+ - default search
FEATURES:
-9 '?' - Reusing '/'.
+9 '?' - Reusing '/'.
8 Playlist/SmartPlaylist operations & meta-data operations.
8 Sort-View commands.
7 j/k - for browsing through the visible view.
diff --git a/xulmus/content/config.js b/xulmus/content/config.js
index 0a797f62..34da38e2 100644
--- a/xulmus/content/config.js
+++ b/xulmus/content/config.js
@@ -106,6 +106,8 @@ const config = { //{{{
["import", "Import Preferences, Bookmarks, History, etc. from other browsers",
function () { window.BrowserImport(); }],
*/
+ ["newsmartplaylist", "Open the file selector dialog",
+ function () { SBNewSmartPlaylist(); }],
["openfile", "Open the file selector dialog",
function () { SBFileOpen(); }],
/*
diff --git a/xulmus/locale/en-US/gui.txt b/xulmus/locale/en-US/gui.txt
index 068994cd..4183fb3a 100644
--- a/xulmus/locale/en-US/gui.txt
+++ b/xulmus/locale/en-US/gui.txt
@@ -42,6 +42,7 @@ Available dialogs:
*console* JavaScript console
*dominspector* DOM Inspector
*downloads* Manage Downloads
+*newsmartplaylist* Create a new smart playlist
*openfile* Open the file selector dialog
*pagesource* View page source
*places* Places Organizer: Manage your bookmarks and history