SF.net SVN: geany:[4506] trunk/geany.nsi

eht16 at users.sourceforge.net eht16 at xxxxx
Sun Dec 20 21:51:42 UTC 2009


Revision: 4506
          http://geany.svn.sourceforge.net/geany/?rev=4506&view=rev
Author:   eht16
Date:     2009-12-20 21:51:42 +0000 (Sun, 20 Dec 2009)

Log Message:
-----------
Future Geany Windows builds will be based on GTK 2.18.

Modified Paths:
--------------
    trunk/geany.nsi

Modified: trunk/geany.nsi
===================================================================
--- trunk/geany.nsi	2009-12-20 21:49:23 UTC (rev 4505)
+++ trunk/geany.nsi	2009-12-20 21:51:42 UTC (rev 4506)
@@ -196,7 +196,7 @@
 
 ; Include GTK runtime library but only if desired from command line
 !ifdef INCLUDE_GTK
-Section "GTK 2.16 Runtime Environment" SEC06
+Section "GTK 2.18 Runtime Environment" SEC06
 	SectionIn 1
 	SetOverwrite ifnewer
 	SetOutPath "$INSTDIR\bin"
@@ -303,7 +303,7 @@
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC04} "Manual in Text and HTML format."
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC05} "Symbol lists necessary for auto completion of symbols."
 !ifdef INCLUDE_GTK
-!insertmacro MUI_DESCRIPTION_TEXT ${SEC06} "You need these files to run Geany. If you have already installed a GTK Runtime Environment (2.8 or higher), you can skip it."
+!insertmacro MUI_DESCRIPTION_TEXT ${SEC06} "You need these files to run Geany. If you have already installed a GTK Runtime Environment (2.18 or higher), you can skip it."
 !endif
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC07} "Add context menu item 'Open With Geany'"
 !insertmacro MUI_DESCRIPTION_TEXT ${SEC08} "Create shortcuts for Geany on the desktop and in the Quicklaunch Bar"


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list