/[svn]/gigedit/trunk/src/gigedit/MacrosSetup.cpp
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/MacrosSetup.cpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3366 by schoenebeck, Wed Nov 15 16:21:20 2017 UTC revision 3417 by schoenebeck, Fri Feb 9 15:29:13 2018 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (c) MMXVII Christian Schoenebeck      Copyright (c) MMXVII - MMXVIII Christian Schoenebeck
3    
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 457  Serialization::Archive* MacrosSetup::get Line 457  Serialization::Archive* MacrosSetup::get
457  }  }
458    
459  static Glib::ustring indexToAccKey(uint index) {  static Glib::ustring indexToAccKey(uint index) {
460      if (index >= 12) return "";      if (index >= 19) return "";
461      return "F" + ToString(index+1);      return "F" + ToString(index+1);
462  }  }
463    

Legend:
Removed from v.3366  
changed lines
  Added in v.3417

  ViewVC Help
Powered by ViewVC