2012-07-23 01:51 UTC+0200 Viktor Szakats (vszakats syenar.net)

* src/lang/msgrukoi.c
  * src/lang/msguakoi.c
    ! fixed wrong module IDs. RUKOI8 -> RUKOI, UAKOI8 -> UAKOI
      INCOMPATIBLE
This commit is contained in:
Viktor Szakats
2012-07-22 23:52:18 +00:00
parent 6a26c29334
commit cff8154c2c
3 changed files with 8 additions and 2 deletions

View File

@@ -16,6 +16,12 @@
The license applies to all entries newer than 2009-04-28.
*/
2012-07-23 01:51 UTC+0200 Viktor Szakats (vszakats syenar.net)
* src/lang/msgrukoi.c
* src/lang/msguakoi.c
! fixed wrong module IDs. RUKOI8 -> RUKOI, UAKOI8 -> UAKOI
INCOMPATIBLE
2012-07-23 01:50 UTC+0200 Viktor Szakats (vszakats syenar.net)
* src/lang/msgrukoi.c
* src/lang/msguakoi.c

View File

@@ -200,5 +200,5 @@ static HB_LANG s_lang =
}
};
#define HB_LANG_ID RUKOI8
#define HB_LANG_ID RUKOI
#include "hbmsgreg.h"

View File

@@ -200,5 +200,5 @@ static HB_LANG s_lang =
}
};
#define HB_LANG_ID UAKOI8
#define HB_LANG_ID UAKOI
#include "hbmsgreg.h"