mirror of
https://github.com/greenshot/greenshot
synced 2025-08-14 02:37:03 -07:00
Fixed "destinations"
git-svn-id: http://svn.code.sf.net/p/greenshot/code/trunk@848 7dccd23d-a4a3-4e1f-8c07-b4c1b4018ab4
This commit is contained in:
parent
fe4ee0b62b
commit
60f72cc0be
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ namespace Greenshot {
|
|||
LOG.Info("Firstlaunch: " + coreConfiguration.IsFirstLaunch);
|
||||
LOG.Info("Destinations:");
|
||||
if (coreConfiguration.OutputDestinations != null) {
|
||||
foreach(Destinations destination in coreConfiguration.OutputDestinations) {
|
||||
foreach(string destination in coreConfiguration.OutputDestinations) {
|
||||
LOG.Info("\t" + destination);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue