about summary refs log tree commit diff stats
path: root/src/tools
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-04-21 10:51:56 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-04-21 10:51:56 +0200
commit3f8ec8d46e478204f279dab2ad11b43cb2b9b808 (patch)
treea5c0b3755038429fa582694690e975fbdfafd941 /src/tools
parenta607d1178f279df1a4374788772f8d855d3746e7 (diff)
downloadbox64-3f8ec8d46e478204f279dab2ad11b43cb2b9b808.tar.gz
box64-3f8ec8d46e478204f279dab2ad11b43cb2b9b808.zip
Fixed a macro and change chinese comment to english
Diffstat (limited to 'src/tools')
-rwxr-xr-xsrc/tools/gtkclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/gtkclass.c b/src/tools/gtkclass.c
index 718e32bc..bdb771a1 100755
--- a/src/tools/gtkclass.c
+++ b/src/tools/gtkclass.c
@@ -266,7 +266,7 @@ static void wrapGApplicationClass(my_GApplicationClass_t* class)
 // unwrap (and use callback if not a native call anymore)
 static void unwrapGApplicationClass(my_GApplicationClass_t* class)
 {
-    #define GO(A, W)   class->A = find_##A##_GApplication (class->A)   //SUPERGO()全部定义,但并未全部调用
+    #define GO(A, W)   class->A = find_##A##_GApplication (class->A)   //SUPERGO() defined but not used
     SUPERGO()
     #undef GO
 }