diff -r d0b4e67b3a60 -r f291796e213d ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerrename.cpp --- a/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerrename.cpp Wed Jun 23 18:12:48 2010 +0300 +++ b/ui/commandhandlers/commoncommandhandlers/src/glxcommandhandlerrename.cpp Tue Jul 06 14:16:16 2010 +0300 @@ -26,6 +26,7 @@ #include #include #include +#include "glxlocalisationstrings.h" GlxCommandHandlerRename::GlxCommandHandlerRename() { @@ -43,11 +44,10 @@ CMPXCommand* command = NULL; QString mainPane = GetName(aMediaList); - QString title("Rename"); QString mediaTitle = NULL; bool ok = false; GlxTextInputDialog* dlg = new GlxTextInputDialog(); - mediaTitle = dlg->getText(title, mainPane, &ok); + mediaTitle = dlg->getText(GLX_DIALOG_NAME_PROMPT, mainPane, &ok); delete dlg; if(ok == true)