Branch: refs/heads/master Author: Lex elextr@gmail.com Committer: Lex elextr@gmail.com Date: Thu, 21 Feb 2013 01:42:30 UTC Commit: 5df79bc13515d4da647be4185c0c7a47dcb4f82a https://github.com/geany/geany/commit/5df79bc13515d4da647be4185c0c7a47dcb4f8...
Log Message: ----------- Adjust Terminal tooltip in preferences
Adjust to say it is a full command and that %c is substituted by the geany_run_script path.
Modified Paths: -------------- data/geany.glade
Modified: data/geany.glade 2 files changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -4783,7 +4783,7 @@ <object class="GtkEntry" id="entry_com_term"> <property name="visible">True</property> <property name="can_focus">True</property> - <property name="tooltip_text" translatable="yes">A terminal emulator like xterm, gnome-terminal or konsole (should accept the -e argument)</property> + <property name="tooltip_text" translatable="yes">A terminal emulator command (%c is substituted with the Geany run script filename)</property> <property name="primary_icon_activatable">False</property> <property name="secondary_icon_activatable">False</property> <property name="primary_icon_sensitive">True</property>
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).