pike.git/
src/
program.c
Branch:
Tag:
Non-build tags
All tags
No tags
2005-11-06
2005-11-06 21:42:54 by Henrik Grubbström (Grubba) <grubba@grubba.org>
b52ea385cf075acc069133219113645f680a2ab6 (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
id_to_program() now knows about GTK2.
Rev: src/program.c:1.597
2:
|| This file is part of Pike. For copyright information see COPYRIGHT. || Pike is distributed under GPL, LGPL and MPL. See the file COPYING || for more information.
-
|| $Id: program.c,v 1.
596
2005/11/
01
10
:
16
:
08
grubba Exp $
+
|| $Id: program.c,v 1.
597
2005/11/
06
21
:
42
:
54
grubba Exp $
*/ #include "global.h"
1742:
default: if ((id >= 100) && (id <= 300)) { module = "Image";
-
} else if ((id >= 1000) && (id <
=
2000)) {
+
} else if ((id >= 1000) && (id < 2000)) {
module = "___GTK";
-
+
} else if ((id >= 2000) && (id < 3000)) {
+
module = "___GTK2";
} break; }