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