diff options
Diffstat (limited to 'test/feh.i')
-rwxr-xr-x | test/feh.i | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -299,7 +299,7 @@ SendKeys('{HOM PGU}'); test_win_title($win, 'feh [96 of 100] - test/ok/png'); feh_stop(); -$win = feh_start('--thumbnails -H 300 -W 310 --thumb-title "%P [%l] %f"', +$win = feh_start('--thumbnails -H 300 -W 310 --thumb-title "feh [%l] %f"', 'test/ok/png test/ok/gif test/ok/jpg'); test_win_title($win, 'feh [thumbnail mode]'); ($width, $height) = (GetWindowPos($win))[2,3]; |