mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-12 18:29:04 +00:00
Changed: Unimplemented functions
This commit is contained in:
parent
914980875b
commit
a905001849
2 changed files with 3 additions and 4 deletions
|
@ -429,8 +429,6 @@ static CDBCtrlSheet *CurrentStackDst= NULL;
|
||||||
static TStackMode CurrentStackMode;
|
static TStackMode CurrentStackMode;
|
||||||
|
|
||||||
|
|
||||||
static void putStackableInventoryItemToExchange(CDBCtrlSheet *src, CDBCtrlSheet *dest, uint quantity);
|
|
||||||
static void putStackableExchangedItemToInventory(CDBCtrlSheet *src, CDBCtrlSheet *dest, uint quantity);
|
|
||||||
static void validateStackItem(CDBCtrlSheet *src, CDBCtrlSheet *dest, sint32 quantity, TStackMode stackMode);
|
static void validateStackItem(CDBCtrlSheet *src, CDBCtrlSheet *dest, sint32 quantity, TStackMode stackMode);
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1671,8 +1671,9 @@ BOOL CDialogProperties::OnCommand(WPARAM wParam, LPARAM lParam)
|
||||||
text += "\n";
|
text += "\n";
|
||||||
}
|
}
|
||||||
CConfigFile::CVar *var = getMainFrame ()->getConfigFile().getVarPtr ("TextEditor");
|
CConfigFile::CVar *var = getMainFrame ()->getConfigFile().getVarPtr ("TextEditor");
|
||||||
char windows[512];
|
|
||||||
GetWindowsDirectory (windows, sizeof (windows));
|
std::string windows = CPath::getWindowsDirectory();
|
||||||
|
|
||||||
if (EditExternalText (var?var->asString():windows+string ("/notepad.exe"), text, widget->Parameter.FileExtension.c_str ()))
|
if (EditExternalText (var?var->asString():windows+string ("/notepad.exe"), text, widget->Parameter.FileExtension.c_str ()))
|
||||||
{
|
{
|
||||||
widget->Default = false;
|
widget->Default = false;
|
||||||
|
|
Loading…
Reference in a new issue