diff --git a/Source/Fractorium/FractoriumPalette.cpp b/Source/Fractorium/FractoriumPalette.cpp index 3206ef1..5e9f43a 100644 --- a/Source/Fractorium/FractoriumPalette.cpp +++ b/Source/Fractorium/FractoriumPalette.cpp @@ -327,6 +327,7 @@ void Fractorium::ResetPaletteControls() /// Set the index of the palette file combo box. /// This is for display purposes only so the user can see which file, if any, /// the current palette came from. +/// For embedded palettes with no filename, this will have no effect. /// /// The string to set the index to void Fractorium::SetPaletteFileComboIndex(const string& filename)