(svn r26610) -Feature: Select an editable preset name for saving.

This commit is contained in:
alberth
2014-05-24 19:11:20 +00:00
parent 8e87ae9120
commit 8755c26793
8 changed files with 212 additions and 5 deletions

View File

@@ -670,11 +670,17 @@ enum WindowClass {
WC_SPRITE_ALIGNER,
/**
* Linkgraph legend; Window numbers:
* Linkgraph legend; %Window numbers:
* - 0 = #LinkGraphWidgets
*/
WC_LINKGRAPH_LEGEND,
/**
* Save preset; %Window numbers:
* - 0 = #SavePresetWidgets
*/
WC_SAVE_PRESET,
WC_INVALID = 0xFFFF, ///< Invalid window.
};