Eelco Dolstra
36f5ede37a
geeqie: Fix incorrect longDescription formatting
...
Note that longDescription should not be formatted as:
longDescription =
'' Bla bla
bla bla
'';
because this will cause the second line to have more preceding
whitespace. It should be:
longDescription =
''
Bla bla
bla bla
'';
2014-06-03 11:47:39 +02:00
..
2013-12-12 03:26:11 +02:00
2013-12-18 18:18:22 +02:00
2014-05-03 15:16:12 +02:00
2014-05-08 15:30:17 +02:00
2013-12-15 23:32:32 +02:00
2014-05-08 13:15:09 +02:00
2014-04-20 16:45:00 +02:00
2014-06-03 11:47:39 +02:00
2014-05-22 12:11:52 +02:00
2014-01-13 17:05:45 +01:00
2013-10-27 06:59:41 +02:00
2013-11-30 12:03:34 +01:00
2013-12-13 20:56:35 +02:00
2014-01-20 18:04:59 +01:00
2014-04-19 11:25:01 +01:00
2013-10-11 01:09:47 +02:00
2013-10-08 11:07:14 +02:00
2014-01-05 13:09:41 +01:00
2014-04-21 11:24:26 +02:00
2014-05-18 13:30:27 +02:00
2013-11-24 16:34:10 +01:00
2014-02-19 22:49:21 +01:00
2014-03-14 22:21:15 +01:00
2013-10-09 09:02:21 +02:00
2013-11-30 17:51:47 +01:00
2014-01-28 17:31:17 +01:00
2014-05-09 14:23:00 +02:00
2014-05-11 14:01:07 -05:00
2014-04-06 11:02:21 +02:00
2013-11-12 22:12:43 +01:00
2013-12-07 14:39:52 +02:00
2014-03-13 01:14:05 +01:00
2013-12-21 02:28:27 +02:00
2014-02-19 20:44:30 +01:00
2013-12-16 01:36:18 +02:00
2014-01-09 13:01:38 +01:00