Window.showInputBox - multiple declarations

Function Window.showInputBox

void showInputBox(
  dstring title,
  dstring message,
  dstring initialText,
  void delegate(dstring) handler
);

Function Window.showInputBox

void showInputBox(
  UIString title,
  UIString message,
  dstring initialText,
  void delegate(dstring) handler
);