diff options
| author | Simon <simon@hardwired.org.uk> | 2011-01-04 18:05:31 (GMT) |
|---|---|---|
| committer | Simon <simon@hardwired.org.uk> | 2011-01-04 18:05:31 (GMT) |
| commit | 43065ba94c21f56a254f49db040841d9068f1e1b (patch) | |
| tree | 294074a86611a0c74c1781218142bbd967825a0a /src | |
| parent | 85138b970dba6c3200ebc631d09f1216d9f7d6dc (diff) | |
| download | powder-43065ba94c21f56a254f49db040841d9068f1e1b.zip powder-43065ba94c21f56a254f49db040841d9068f1e1b.tar.gz | |
Fixes crappiness
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) { |
