diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:10:50 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:10:50 +0000 |
commit | 498999aac9e0077b9b52d5f5e15834798b03b7d0 (patch) | |
tree | e39540b7a3301ecb4f3bdfebc8137e97d4ce79d9 /protocols/MSN/version.h | |
parent | 251fccf249596219337b9ce8d663b59fd02d3eee (diff) |
MSN:
m_version path fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@833 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/version.h')
-rw-r--r-- | protocols/MSN/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/version.h b/protocols/MSN/version.h index fdb3543c7c..94e760b60c 100644 --- a/protocols/MSN/version.h +++ b/protocols/MSN/version.h @@ -16,7 +16,7 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "../../include/m_version.h"
+#include "m_version.h"
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
|