From efe4f0baddf10124581e4fcb88d55a52838b06a1 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 9 Sep 2012 17:51:10 +0200 Subject: Refactoring in src/common - refactored CInstanceManager and some headers - removed old headers --- src/common/error_ids.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/common/error_ids.h') diff --git a/src/common/error_ids.h b/src/common/error_ids.h index b17a018..3c0e0a1 100644 --- a/src/common/error_ids.h +++ b/src/common/error_ids.h @@ -14,6 +14,9 @@ // * You should have received a copy of the GNU General Public License // * along with this program. If not, see http://www.gnu.org/licenses/. + +// TODO: move to global.h after restext rewrite + #pragma once enum Error -- cgit v1.2.3-1-g7c22 From 94e7fd920353c39471d8836a8bf87ffb113f1349 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Thu, 13 Sep 2012 23:28:06 +0200 Subject: Locale settings and translation fixes - added locale setting - removed unused translations - updated .po files --- src/common/error_ids.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/common/error_ids.h') diff --git a/src/common/error_ids.h b/src/common/error_ids.h index 3c0e0a1..fc1f7d6 100644 --- a/src/common/error_ids.h +++ b/src/common/error_ids.h @@ -26,8 +26,6 @@ enum Error ERR_CONTINUE = 2, // continues ERR_STOP = 3, // stops ERR_CMD = 4, // unknown command - ERR_INSTALL = 20, // incorrectly installed program - ERR_NOCD = 21, // CD not found ERR_MANIP_VEH = 100, // inappropriate vehicle ERR_MANIP_FLY = 101, // impossible in flight ERR_MANIP_BUSY = 102, // taking: hands already occupied -- cgit v1.2.3-1-g7c22