Summary of bug description * Show view menu shows bundles in random (unsorted) order * Show view menu shows bundles in fixed (sorted) order Cause of the bug ViewDescriptors are loaded from unsorted vector and added to the Qt Menu; Proposed solution Sort the vector; To avoid to define a detailed sort comparison function, just insert all elements in a map; Affected classes QmitkWorkbenchWindowAdvisor.cpp How will the bugfix get tested? Will talk with Sascha about this...