(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 dcc2da107a
commit ac23e46713
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.
};