| 924 | } |
| 925 | |
| 926 | void KeyConfigPrefs::Cancel() |
| 927 | { |
| 928 | // Restore original key values |
| 929 | for (size_t i = 0; i < mNames.size(); i++) { |
| 930 | mManager->SetKeyFromIndex(i, mKeys[i]); |
| 931 | } |
| 932 | |
| 933 | return; |
| 934 | } |
| 935 | |
| 936 | PrefsPanel::Factory |
| 937 | KeyConfigPrefsFactory( const CommandID &name ) |
nothing calls this directly
no test coverage detected