We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf2041 commit 5a4b118Copy full SHA for 5a4b118
obmenu-generator
@@ -35,7 +35,7 @@ use 5.014;
35
use Linux::DesktopFiles 0.25;
36
37
my $pkgname = 'obmenu-generator';
38
-my $version = '0.86';
+my $version = '0.87';
39
40
our ($CONFIG, $SCHEMA);
41
my $output_h = \*STDOUT;
@@ -114,7 +114,7 @@ my $config_help = <<"HELP";
114
],
115
116
|| ICON SETTINGS
117
- | use_gtk3 : Use the Gtk3 library for resolving the icon-paths. (default: 0)
+ | use_gtk3 : Use the Gtk3 library for resolving the icon paths. (default: 0)
118
| gtk_rc_filename : Absolute path to the GTK configuration file.
119
| missing_icon : Use this icon for missing icons (default: gtk-missing-image)
120
| icon_size : Preferred size for icons. (default: 48)
0 commit comments