initial release 0.5.0 BETA
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
/*
|
||||
KeePass Password Safe - The Open-Source Password Manager
|
||||
Copyright (C) 2003-2012 Dominik Reichl <dominik.reichl@t-online.de>
|
||||
|
||||
Modified to be used with Mono for Android. Changes Copyright (C) 2013 Philipp Crocoll
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
@@ -1405,7 +1407,7 @@ namespace KeePassLib
|
||||
/// </summary>
|
||||
/// <param name="pwIconId">ID of the icon.</param>
|
||||
/// <returns>Image data.</returns>
|
||||
public Image GetCustomIcon(PwUuid pwIconId)
|
||||
public Android.Graphics.Bitmap GetCustomIcon(PwUuid pwIconId)
|
||||
{
|
||||
int nIndex = GetCustomIconIndex(pwIconId);
|
||||
|
||||
|
Reference in New Issue
Block a user