Skip to content

Commit

Permalink
pschedule: tooltip (thanks to don570)
Browse files Browse the repository at this point in the history
  • Loading branch information
zigbert committed Dec 16, 2015
1 parent 649e6a4 commit c4e3c04
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -10,7 +10,7 @@
#See the GNU General Public License homepage for more details. <http://www.gnu.org/licenses/>.
#------------------------------

VERSION="1.1.6"
VERSION="1.1.7"
export PROGPATH="/usr/local/pschedule"
export BROWSER="defaultbrowser"

Expand Down Expand Up @@ -153,7 +153,7 @@ S='
<window title="pSchedule '$VERSION' - '$(gettext 'Task on time')'" icon-name="pschedule">
<vbox>
<hbox>
<button space-expand="false" space-fill="false">
<button space-expand="false" space-fill="false" tooltip-text="'$(gettext 'Launch settings window')'">
<variable>BUTTON_ADD</variable>
<label>'$(gettext 'Schedule new task')'</label>'
[ -f /usr/share/pixmaps/puppy/clock_interval.svg ] && S=$S'<input file>/usr/share/pixmaps/puppy/clock_interval.svg</input>' || S=$S'<input file stock="gtk-add"></input>'
Expand Down

0 comments on commit c4e3c04

Please sign in to comment.