equal
deleted
inserted
replaced
179 Name: 'DejaVuSans.ttf'), |
179 Name: 'DejaVuSans.ttf'), |
180 (Height: 24; |
180 (Height: 24; |
181 Name: 'DejaVuSans.ttf') |
181 Name: 'DejaVuSans.ttf') |
182 ); |
182 ); |
183 |
183 |
184 PathPrefix: shortstring = './'; |
184 PathPrefix: string = './'; |
185 Pathz: array[TPathType] of string[ 64] = ( |
185 Pathz: array[TPathType] of string = ( |
186 '', // ptNone |
186 '', // ptNone |
187 'Data', // ptData |
187 'Data', // ptData |
188 'Data/Graphics', // ptGraphics |
188 'Data/Graphics', // ptGraphics |
189 'Data/Themes', // ptThemes |
189 'Data/Themes', // ptThemes |
190 'Data/Themes/avematan', // ptCurrTheme |
190 'Data/Themes/avematan', // ptCurrTheme |