77a629984c
* BUG: Correctly refresh the 'Recent' tab in the open project dialog. * BUG: SoftwareFarm: Forgot to make two strings translatable. git-svn-id: svn://localhost/gambas/trunk@6730 867c0c6c-44f3-4631-809d-bfa615b0a4ec
18 lines
518 B
XML
18 lines
518 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=Fractal
|
|
Startup=FFractal
|
|
Icon=icon.png
|
|
Version=1.0.0
|
|
Component=gb.image
|
|
Component=gb.gui
|
|
Component=gb.form
|
|
Description="Mandelbrot Fractal with Just-In-Time compilation.\n\nThis example allows to freely zoom into the Mandelbrot fractal in real-time. You can toggle just-in-time compilation by hitting the \"F\" key."
|
|
Authors="Benoît Minisini"
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
Vendor=Example
|
|
Packager=1
|
|
Tags=JustInTime
|
|
Screenshot=/home/benoit/fractal.jpg
|