Skip to content
This repository has been archived by the owner on Jun 5, 2018. It is now read-only.

Commit

Permalink
Tell the user to use the icon on the desktop *or* in the menu
Browse files Browse the repository at this point in the history
This is due to many DEs not having a desktop by default now.
  • Loading branch information
zerodogg committed Mar 29, 2012
1 parent 0f60d4e commit 6fd4c23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devel-tools/installer/MainInstallerPart
Expand Up @@ -334,7 +334,7 @@ print '.';
print "done\n";
unless(defined($ARGV[1]) and $ARGV[1] eq 'auto') {
$ProgressWin->{Window}->destroy();
my $Finished = Gtk2::MessageDialog->new(undef, "modal", 'info', 'ok', "You can start Day Planner by clicking on the icon on your desktop.\n\nIf you at some point want to uninstall Day Planner run $InstallDirectory/uninstall.sh");
my $Finished = Gtk2::MessageDialog->new(undef, "modal", 'info', 'ok', "You can start Day Planner by clicking on the icon on your desktop or in your applications-menu.\n\nIf you at some point want to uninstall Day Planner run $InstallDirectory/uninstall.sh");
$Finished->set_skip_pager_hint(0);
$Finished->set_skip_taskbar_hint(0);
$Finished->set_title("Day Planner Installer - Complete");
Expand Down

0 comments on commit 6fd4c23

Please sign in to comment.