diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:09:57 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-07-07 20:09:57 +0000 |
commit | 251fccf249596219337b9ce8d663b59fd02d3eee (patch) | |
tree | be712188371d57d800c57127714940167e29a9e4 /protocols/Gadu-Gadu/version.h | |
parent | f2e6b18d08530a8f7f3ae1374aa5693a69b1f4a0 (diff) |
GG:
m_version path fixed
git-svn-id: http://svn.miranda-ng.org/main/trunk@832 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Gadu-Gadu/version.h')
-rw-r--r-- | protocols/Gadu-Gadu/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/Gadu-Gadu/version.h b/protocols/Gadu-Gadu/version.h index 00f0e6bb6d..a868c43720 100644 --- a/protocols/Gadu-Gadu/version.h +++ b/protocols/Gadu-Gadu/version.h @@ -18,7 +18,7 @@ // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
////////////////////////////////////////////////////////////////////////////////
-#include "../../include/m_version.h"
+#include "m_version.h"
#define __FILEVERSION_STRING MIRANDA_VERSION_FILEVERSION
#define __VERSION_STRING MIRANDA_VERSION_STRING
|