From 43065ba94c21f56a254f49db040841d9068f1e1b Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 4 Jan 2011 18:05:31 +0000 Subject: Fixes crappiness diff --git a/src/main.c b/src/main.c index 2dedeea..1da7796 100644 --- a/src/main.c +++ b/src/main.c @@ -2413,8 +2413,10 @@ int main(int argc, char *argv[]) strappend(uitext, " [CAP LOCKS]"); if(GRID_MODE) sprintf(uitext, "%s [GRID: %d]", uitext, GRID_MODE); +#ifdef INTERNAL if(vs) strappend(uitext, " [FRAME CAPTURE]"); +#endif if(sdl_zoom_trig||zoom_en) { -- cgit v0.9.2-21-gd62e