Revision: 3906 http://geany.svn.sourceforge.net/geany/?rev=3906&view=rev Author: eht16 Date: 2009-06-29 19:51:41 +0000 (Mon, 29 Jun 2009)
Log Message: ----------- Fix a typo (closes #2813624).
Modified Paths: -------------- trunk/ChangeLog trunk/geany.nsi
Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-06-29 19:46:49 UTC (rev 3905) +++ trunk/ChangeLog 2009-06-29 19:51:41 UTC (rev 3906) @@ -10,6 +10,8 @@ src/keybindings.h, src/plugindata.h: Make the Scintilla keybindings 'Delete to end of line' and 'Go to end of display line' configurable. + * geany.nsi: + Fix a typo (closes #2813624).
2009-06-28 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de>
Modified: trunk/geany.nsi =================================================================== --- trunk/geany.nsi 2009-06-29 19:46:49 UTC (rev 3905) +++ trunk/geany.nsi 2009-06-29 19:51:41 UTC (rev 3906) @@ -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 this 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.8 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.