mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-24 20:04:13 +08:00
misc.
This commit is contained in:
parent
526485c720
commit
08e5a6c69a
@ -38,8 +38,6 @@ namespace GARbro.GUI
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
public partial class App : Application
|
public partial class App : Application
|
||||||
{
|
{
|
||||||
const StringComparison StringIgnoreCase = StringComparison.OrdinalIgnoreCase;
|
|
||||||
|
|
||||||
public static string Name { get { return "GARbro"; } }
|
public static string Name { get { return "GARbro"; } }
|
||||||
public static string FormatsDat { get { return "Formats.dat"; } }
|
public static string FormatsDat { get { return "Formats.dat"; } }
|
||||||
|
|
||||||
|
@ -92,6 +92,7 @@ namespace GARbro.GUI
|
|||||||
|
|
||||||
static string GetInnerText (XmlNode node)
|
static string GetInnerText (XmlNode node)
|
||||||
{
|
{
|
||||||
|
// XXX node?.InnerText ?? ""
|
||||||
return node != null ? node.InnerText : "";
|
return node != null ? node.InnerText : "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user