Ignore:
Timestamp:
Nov 19, 2011, 10:40:00 AM (13 years ago)
Author:
sommeria
Message:

further cleaning after new GUI civ. The function mouse_alt_gui allows to zoom out a uicontrol and edit it

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/check_files.m

    r283 r287  
    143143if status==0
    144144    [~,result]=system('svn info');
    145     t=regexp(result,'R[eé]vision\s:\s(?<rev>\d+)','names');
     145    t=regexp(result,'vision\s:\s(?<rev>\d+)','names');
    146146    svn_info.cur_rev=num2str(t.rev);
    147147    [~,result]=system('svn info -r ''HEAD''');
    148     t=regexp(result,'R[eé]vision\s:\s(?<rev>\d+)','names');
     148    t=regexp(result,'vision\s:\s(?<rev>\d+)','names');
    149149    svn_info.rep_rev=num2str(t.rev);
    150150    [~,result]=system('svn status');   
Note: See TracChangeset for help on using the changeset viewer.