fixed: CalculationsProcedure - the 'main_window' must be set later (in the loop)

fixed: the program didn't save the current language into the configuration file
added: buttons Sgn, Mod
changed: now the 'error' button is active only when there's actually an error


git-svn-id: svn://ttmath.org/publicrep/ttcalc/trunk@18 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2007-02-28 17:52:09 +00:00
parent 4cc6d78c7e
commit 211f0dada4
11 changed files with 138 additions and 44 deletions

View File

@@ -1,6 +1,6 @@
CC = g++
o = resource.o calculation.o functions.o iniparser.o languages.o mainwindow.o parsermanager.o programresources.o tabs.o variables.o winmain.o
CFLAGS = -Wall -pedantic -s -O1 -mwindows -mthreads -I../../../ttmath
CFLAGS = -Wall -pedantic -s -O3 -mwindows -mthreads -I../../../ttmath
name = ttcalc.exe