Module: sems Branch: master Commit: 58ee00442168beff770a341738102bf794a3bfeb URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=58ee00442168beff770a341738102bf794a3bfeb
Author: Peter Lemenkov <[email protected]> Committer: Peter Lemenkov <[email protected]> Date: Sat Jun 12 12:02:54 2010 +0400 Typo fix Signed-off-by: Peter Lemenkov <[email protected]> --- apps/voicebox/Voicebox.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/apps/voicebox/Voicebox.cpp b/apps/voicebox/Voicebox.cpp index df4cd56..3c39281 100644 --- a/apps/voicebox/Voicebox.cpp +++ b/apps/voicebox/Voicebox.cpp @@ -116,7 +116,7 @@ AmPromptCollection* VoiceboxFactory::loadPrompts(string prompt_base_path, } // Parts for the welcome text - ADD_DEF_PROMTP("pin_prompt"); + ADD_DEF_PROMPT("pin_prompt"); ADD_DEF_PROMPT("you_have"); ADD_DEF_PROMPT("new_msgs"); ADD_DEF_PROMPT("saved_msgs"); _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
