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

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

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

revision 3224 by persson, Mon May 22 18:58:46 2017 UTC revision 3225 by schoenebeck, Fri May 26 22:10:16 2017 UTC
# Line 1  Line 1 
1  /*  /*
2   * Copyright (C) 2013-2015 Andreas Persson   * Copyright (C) 2013-2017 Andreas Persson
3   *   *
4   * This program is free software; you can redistribute it and/or   * This program is free software; you can redistribute it and/or
5   * modify it under the terms of the GNU General Public License as   * modify it under the terms of the GNU General Public License as
# Line 28  MidiRules::MidiRules() : Line 28  MidiRules::MidiRules() :
28      quit_button(Gtk::Stock::CLOSE),      quit_button(Gtk::Stock::CLOSE),
29      unknown(_("unknown"))      unknown(_("unknown"))
30  {  {
31        if (!Settings::singleton()->autoRestoreWindowDimension) {
32            //set_default_size(470, 390);
33            set_position(Gtk::WIN_POS_MOUSE);
34        }
35    
36      set_title(_("Midi Rules"));      set_title(_("Midi Rules"));
37      set_border_width(6);      set_border_width(6);
38    

Legend:
Removed from v.3224  
changed lines
  Added in v.3225

  ViewVC Help
Powered by ViewVC