[banshee] Added --query-bit-rate option to the list of available commands (bgo#591292)



commit 314b2e51348f800c8400192e5756df70685982c7
Author: Alexander Kojevnikov <alexander kojevnikov com>
Date:   Tue Aug 11 11:30:47 2009 +1000

    Added --query-bit-rate option to the list of available commands (bgo#591292)

 src/Clients/Booter/Booter/Entry.cs |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Booter/Booter/Entry.cs b/src/Clients/Booter/Booter/Entry.cs
index aa93db9..2730081 100644
--- a/src/Clients/Booter/Booter/Entry.cs
+++ b/src/Clients/Booter/Booter/Entry.cs
@@ -188,7 +188,8 @@ namespace Booter
                     new LayoutOption ("query-disc", Catalog.GetString ("Disc Number")),
                     new LayoutOption ("query-year", Catalog.GetString ("Year")),
                     new LayoutOption ("query-rating", Catalog.GetString ("Rating")),
-                    new LayoutOption ("query-score", Catalog.GetString ("Score"))
+                    new LayoutOption ("query-score", Catalog.GetString ("Score")),
+                    new LayoutOption ("query-bit-rate", Catalog.GetString ("Bit Rate"))
                 ),
                 
                 new LayoutGroup ("ui", Catalog.GetString ("User Interface Options"),



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]