OSDN Git Service

Various improvements to ShellIntegration code.
[lamexp/LameXP.git] / src / Encoder_AC3.cpp
index 7b9026c..59e08da 100644 (file)
@@ -1,6 +1,6 @@
 ///////////////////////////////////////////////////////////////////////////////
 // LameXP - Audio Encoder Front-End
-// Copyright (C) 2004-2014 LoRd_MuldeR <MuldeR2@GMX.de>
+// Copyright (C) 2004-2015 LoRd_MuldeR <MuldeR2@GMX.de>
 //
 // This program is free software; you can redistribute it and/or modify
 // it under the terms of the GNU General Public License as published by
@@ -116,7 +116,7 @@ static const g_aftenEncoderInfo;
 
 AC3Encoder::AC3Encoder(void)
 :
-       m_binary(lamexp_tool_lookup("aften.exe"))
+       m_binary(lamexp_tools_lookup("aften.exe"))
 {
        if(m_binary.isEmpty())
        {