This commit is contained in:
Andrzej Rybczak
2009-02-05 16:07:39 +01:00
parent 5e757ff999
commit 7be920b6ad
2 changed files with 4 additions and 4 deletions

View File

@@ -25,8 +25,8 @@
#include "ncmpcpp.h"
const size_t search_engine_static_options = 19;
const size_t seach_engine_search_button = 14;
const size_t seach_engine_reset_button = 15;
const size_t search_engine_search_button = 14;
const size_t search_engine_reset_button = 15;
void SearchEngineDisplayer(const std::pair<Buffer *, Song *> &, void *, Menu< std::pair<Buffer *, Song *> > *);
void UpdateFoundList();