[gcompris] core windows: changed the demo activation code.
- From: Bruno Coudoin <bcoudoin src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gcompris] core windows: changed the demo activation code.
- Date: Wed, 16 May 2012 08:36:31 +0000 (UTC)
commit 1e861df80b7341aea2753578321e85d55c6d3563
Author: Bruno Coudoin <bruno coudoin free fr>
Date: Wed May 16 10:35:48 2012 +0200
core windows: changed the demo activation code.
src/gcompris/gcompris.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gcompris/gcompris.c b/src/gcompris/gcompris.c
index 13e43cd..16201e2 100644
--- a/src/gcompris/gcompris.c
+++ b/src/gcompris/gcompris.c
@@ -1,6 +1,6 @@
/* gcompris - gcompris.c
*
- * Copyright (C) 2000, 2008 Bruno Coudoin
+ * Copyright (C) 2000, 2012 Bruno Coudoin
*
* 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
@@ -996,7 +996,7 @@ gint gc_activation_check(const char *code)
// A special code to test the full version without
// saving the activation
- if (strncmp(code, "123321", 6) == 0)
+ if (strncmp(code, "121212", 6) == 0)
{
return 2;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]